Update of /cvsroot/cppunit/cppunit2/include/cpptl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13122/include/cpptl
Modified Files:
typeinfo.h
Log Message:
- added declaration of compile type RTTI macro even if RTTI is enabled.
Index: typeinfo.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/typeinfo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** typeinfo.h 6 Sep 2005 07:17:36 -0000 1.2
--- typeinfo.h 9 Nov 2005 21:16:41 -0000 1.3
***************
*** 55,58 ****
--- 55,60 ----
+ #define CPPTL_DECLARE_TYPEINFO( AType )
+ #define CPPTL_DECLARE_TYPE_AND_PTR_INFO( AType )
// /////////////////////////////////////////////////////
|