[ObjectHandler-cvs] ObjectHandler/oh objecthandler.hpp,1.2,1.3
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-06-07 22:09:44
|
Update of /cvsroot/objecthandler/ObjectHandler/oh In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15969/oh Modified Files: objecthandler.hpp Log Message: Index: objecthandler.hpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objecthandler.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** objecthandler.hpp 6 Jun 2006 09:08:27 -0000 1.2 --- objecthandler.hpp 6 Jun 2006 09:11:55 -0000 1.3 *************** *** 26,30 **** #ifdef COMPILING_XLL ! #pragma message("a1") #include <ohxl/objecthandlerxl.hpp> --- 26,30 ---- #ifdef COMPILING_XLL ! #include <ohxl/objecthandlerxl.hpp> *************** *** 41,45 **** #else - #pragma message("a2") #include <oh/objecthandlerbase.hpp> --- 41,44 ---- |