Update of /cvsroot/objecthandler/ObjectHandler/gensrc/stubs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29781/gensrc/stubs
Modified Files:
stub.excel.includes
Log Message:
cleaner processing for object references
Index: stub.excel.includes
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/stubs/stub.excel.includes,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** stub.excel.includes 6 Jun 2006 09:08:30 -0000 1.1
--- stub.excel.includes 9 Jun 2006 18:58:27 -0000 1.2
***************
*** 1,7 ****
--- 1,9 ----
#include <oh/utilities.hpp>
#include <oh/exception.hpp>
+ #include <ohxl/objecthandlerxl.hpp>
#include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
#include <sstream>
+ #include <map>
#define XLL_DEC extern "C"
|