|
From: Frank V. C. <fr...@us...> - 2001-03-18 15:31:37
|
Update of /cvsroot/corelinux/clfw/clfw
In directory usw-pr-cvs1:/tmp/cvs-serv5357/clfw
Modified Files:
ClfwCommon.hpp Makefile.am
Log Message:
Updates for 115287-Persist Framework
Index: ClfwCommon.hpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/clfw/ClfwCommon.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ClfwCommon.hpp 2000/10/21 14:09:17 1.4
--- ClfwCommon.hpp 2001/03/18 15:33:50 1.5
***************
*** 44,47 ****
--- 44,50 ----
#endif
+ #if defined(PERSIST_FRAMEWORK)
+ #include <Persist/Persist.hpp>
+ #endif
/*
Index: Makefile.am
===================================================================
RCS file: /cvsroot/corelinux/clfw/clfw/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** Makefile.am 2001/02/27 13:51:10 1.21
--- Makefile.am 2001/03/18 15:33:50 1.22
***************
*** 11,42 ****
SUFFIXES = .cpp .hpp .c .h .f .F .o .moc
! SUBDIRS = LibLoad
! include_HEADERS = ClfwCommon.hpp \
! UniversalIdentifier.hpp \
ClassException.hpp \
! IncompatibleClassException.hpp \
! AbstractEntityException.hpp \
! DescriptorNotFound.hpp \
! AccessorNotFound.hpp \
MetaType.hpp \
! MetaTypeFixedIterator.hpp \
FrameworkEntity.hpp \
Aggregate.hpp \
! Boolean.hpp \
! Number.hpp \
UnsignedNumber.hpp \
SignedNumber.hpp \
RealNumber.hpp \
! Integer.hpp \
ShortInteger.hpp \
UnsignedInteger.hpp \
! UnsignedShortInteger.hpp \
Collection.hpp \
! Array.hpp \
SetCollection.hpp \
MetaSpace.hpp \
MetaClass.hpp \
Ontology.hpp \
Makefile.am
--- 11,43 ----
SUFFIXES = .cpp .hpp .c .h .f .F .o .moc
! SUBDIRS = LibLoad Persist
! include_HEADERS = ClfwCommon.hpp \
! UniversalIdentifier.hpp \
ClassException.hpp \
! IncompatibleClassException.hpp \
! AbstractEntityException.hpp \
! DescriptorNotFound.hpp \
! AccessorNotFound.hpp \
MetaType.hpp \
! MetaTypeFixedIterator.hpp \
FrameworkEntity.hpp \
Aggregate.hpp \
! Boolean.hpp \
! Number.hpp \
UnsignedNumber.hpp \
SignedNumber.hpp \
RealNumber.hpp \
! Integer.hpp \
ShortInteger.hpp \
UnsignedInteger.hpp \
! UnsignedShortInteger.hpp \
Collection.hpp \
! Array.hpp \
SetCollection.hpp \
MetaSpace.hpp \
MetaClass.hpp \
Ontology.hpp \
+ Sponser.hpp \
Makefile.am
|