|
From: Frank V. C. <fr...@us...> - 2001-04-08 10:50:46
|
Update of /cvsroot/corelinux/clfw/clfw
In directory usw-pr-cvs1:/tmp/cvs-serv10098/clfw
Modified Files:
Makefile.am Sponsor.hpp
Added Files:
Catalog.hpp
Log Message:
Deeper infrastructure for persist
***** Error reading new file: [Errno 2] No such file or directory: 'Catalog.hpp'
Index: Makefile.am
===================================================================
RCS file: /cvsroot/corelinux/clfw/clfw/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** Makefile.am 2001/03/31 22:21:45 1.26
--- Makefile.am 2001/04/08 10:50:42 1.27
***************
*** 44,47 ****
--- 44,48 ----
Attribute.hpp \
Sponsor.hpp \
+ Catalog.hpp \
Makefile.am
Index: Sponsor.hpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/clfw/Sponsor.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Sponsor.hpp 2001/03/20 01:35:31 1.1
--- Sponsor.hpp 2001/04/08 10:50:42 1.2
***************
*** 32,35 ****
--- 32,36 ----
namespace corelinux
{
+ DECLARE_CLASS( Catalog );
DECLARE_CLASS( Sponsor );
***************
*** 75,79 ****
// Accessors
//
-
protected:
--- 76,79 ----
|