[Quantproject-developers] QuantProject/b3_Data/DataTables Tickers_tickerGroups.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-07-29 13:28:26
|
Update of /cvsroot/quantproject/QuantProject/b3_Data/DataTables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27700/b3_Data/DataTables Modified Files: Tickers_tickerGroups.cs Log Message: The Serializable attribute has been added Index: Tickers_tickerGroups.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/DataTables/Tickers_tickerGroups.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Tickers_tickerGroups.cs 10 Jun 2005 18:57:06 -0000 1.2 --- Tickers_tickerGroups.cs 29 Jul 2005 13:28:17 -0000 1.3 *************** *** 31,36 **** /// The DataTable to work with tickers inside a given group. /// </summary> ! ! public class Tickers_tickerGroups : DataTable { // these static fields provide field name in the database table --- 31,36 ---- /// The DataTable to work with tickers inside a given group. /// </summary> ! [Serializable] ! public class Tickers_tickerGroups : DataTable { // these static fields provide field name in the database table |