[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting AccountRe
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-01-30 19:57:49
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4467/b4_Business/a1_Financial/a2_Accounting/h5_Reporting Modified Files: AccountReport.cs ReportTable.cs Log Message: Added "[Serializable]" attribute in order to make the Account class serializable. Index: AccountReport.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/AccountReport.cs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** AccountReport.cs 9 Jan 2005 19:40:48 -0000 1.9 --- AccountReport.cs 30 Jan 2005 19:57:38 -0000 1.10 *************** *** 39,42 **** --- 39,43 ---- /// Summary description for AccountReport. /// </summary> + [Serializable] public class AccountReport { Index: ReportTable.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/ReportTable.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ReportTable.cs 28 Nov 2003 16:06:20 -0000 1.3 --- ReportTable.cs 30 Jan 2005 19:57:38 -0000 1.4 *************** *** 29,32 **** --- 29,34 ---- /// Summary description for ExcelSheet. /// </summary> + + [Serializable] public class ReportTable { |