Added
Link Here
|
1 |
--- src/fco/fconame.h-orig Thu Sep 15 22:12:38 2005 |
2 |
+++ src/fco/fconame.h Tue May 22 19:15:46 2007 |
3 |
@@ -49,6 +49,7 @@ |
4 |
/////////////////////////////////////////////////////////////////////////////// |
5 |
class cFCONameTblNode; |
6 |
class cFCONameIter; |
7 |
+class cFCOName_i; |
8 |
|
9 |
class cFCOName : public iTypedSerializable |
10 |
{ |
11 |
--- src/fco/fcosetimpl.h-orig Thu Sep 15 22:12:38 2005 |
12 |
+++ src/fco/fcosetimpl.h Tue May 22 19:16:54 2007 |
13 |
@@ -46,6 +46,8 @@ |
14 |
#include "fconame.h" |
15 |
#endif |
16 |
|
17 |
+class cFCOIterImpl; |
18 |
+ |
19 |
class cFCOSetImpl : public iFCOSet |
20 |
{ |
21 |
friend class cFCOIterImpl; |
22 |
--- src/tw/fcoreport.h-orig Thu Sep 15 22:12:37 2005 |
23 |
+++ src/tw/fcoreport.h Tue May 22 19:18:17 2007 |
24 |
@@ -74,6 +74,7 @@ |
25 |
class cFCOName; |
26 |
class cFCOReport_i; |
27 |
class cFCOReportGenreIter_i; |
28 |
+class cFCOReportSpecIter; |
29 |
class cFCOReportSpecIter_i; |
30 |
class cFCOReportChangeIter_i; |
31 |
class iFCOSpec; |