Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13820/Examples/xl
Modified Files:
addindynamic1.cpp addinstatic.cpp
Log Message:
update examples
Index: addindynamic1.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/addindynamic1.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** addindynamic1.cpp 31 May 2006 18:29:57 -0000 1.3
--- addindynamic1.cpp 1 Jun 2006 14:06:54 -0000 1.4
***************
*** 20,24 ****
#include <xlsdk/xlsdk.hpp>
#include <ohxl/conversions.hpp>
- #include <ohxl/functioncall.hpp>
/* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks,
for example) also #define _MSC_VER
--- 20,23 ----
***************
*** 71,77 ****
char *accountType) {
try {
- ObjHandler::FunctionCall functionCall;
- ObjHandler::FunctionCall::instance().clearCell();
-
ObjHandler::obj_ptr objectPointer(new AccountObject(
*accountNumber,
--- 70,73 ----
Index: addinstatic.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/addinstatic.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** addinstatic.cpp 1 Jun 2006 13:40:42 -0000 1.4
--- addinstatic.cpp 1 Jun 2006 14:06:54 -0000 1.5
***************
*** 21,25 ****
#include <ohxl/register.hpp>
#include <ohxl/export.hpp>
- #include <ohxl/functioncall.hpp>
#include <oh/objhandler.hpp>
/* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks,
--- 21,24 ----
***************
*** 83,89 ****
char *accountType) {
try {
- ObjHandler::FunctionCall functionCall;
- ObjHandler::FunctionCall::instance().clearCell();
-
ObjHandler::obj_ptr objectPointer(new AccountObject(
*accountNumber,
--- 82,85 ----
|