Update of /cvsroot/objecthandler/ObjectHandler/oh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13415/oh
Modified Files:
object.hpp
Log Message:
VC7.1 fix
Index: object.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/object.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** object.hpp 27 Jul 2006 09:37:35 -0000 1.14
--- object.hpp 28 Jul 2006 12:21:24 -0000 1.15
***************
*** 36,40 ****
// get a boost shared pointer to a class derived from Object
#define OH_GET_OBJECT( NAME, ID, OBJECT_CLASS ) \
! boost::shared_ptr<OBJECT_CLASS> NAME; \
ObjHandler::ObjectHandler::instance().retrieveObject(NAME, ID);
--- 36,40 ----
// get a boost shared pointer to a class derived from Object
#define OH_GET_OBJECT( NAME, ID, OBJECT_CLASS ) \
! boost::shared_ptr< OBJECT_CLASS > NAME; \
ObjHandler::ObjectHandler::instance().retrieveObject(NAME, ID);
|