|
From: Frank V. C. <fr...@us...> - 2001-03-20 01:33:15
|
Update of /cvsroot/corelinux/clfw/clfw/Persist In directory usw-pr-cvs1:/tmp/cvs-serv19515/clfw/Persist Modified Files: Makefile.am Persist.hpp Added Files: StoreSponsor.hpp Removed Files: StoreSponser.hpp Log Message: Updates for persist ***** Error reading new file: [Errno 2] No such file or directory: 'StoreSponsor.hpp' Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Persist/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.am 2001/03/18 15:33:50 1.1 --- Makefile.am 2001/03/20 01:35:32 1.2 *************** *** 14,18 **** includedir = @includedir@/Persist include_HEADERS = Persist.hpp \ ! StoreSponser.hpp # Common rcs information do not modify --- 14,18 ---- includedir = @includedir@/Persist include_HEADERS = Persist.hpp \ ! StoreSponsor.hpp # Common rcs information do not modify Index: Persist.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Persist/Persist.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Persist.hpp 2001/03/18 15:33:50 1.1 --- Persist.hpp 2001/03/20 01:35:32 1.2 *************** *** 32,36 **** #endif // if !defined(__PERSIST_HPP) ! #define INCL_StoreSponser <clfw/Persist/StoreSponser.hpp> /* --- 32,36 ---- #endif // if !defined(__PERSIST_HPP) ! #define INCL_StoreSponsor <clfw/Persist/StoreSponsor.hpp> /* --- StoreSponser.hpp DELETED --- |