Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32397/Examples/xl
Modified Files:
addindynamic1.cpp addinstatic.cpp
Log Message:
enable user to right-click anywhere in range to retrieve error message
Index: addindynamic1.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/addindynamic1.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** addindynamic1.cpp 9 Jun 2006 18:58:27 -0000 1.7
--- addindynamic1.cpp 20 Sep 2006 20:17:07 -0000 1.8
***************
*** 72,75 ****
--- 72,76 ----
functionCall = boost::shared_ptr < ObjHandler::FunctionCall >
( new ObjHandler::FunctionCall("addin1CreateAccount") );
+ ObjHandler::ObjectHandlerXL::instance().resetCaller(true);
boost::shared_ptr < ObjHandler::Object > objectPointer(new AccountObject(
*accountNumber,
Index: addinstatic.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/addinstatic.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** addinstatic.cpp 27 Jul 2006 09:37:35 -0000 1.10
--- addinstatic.cpp 20 Sep 2006 20:17:07 -0000 1.11
***************
*** 88,91 ****
--- 88,92 ----
functionCall = boost::shared_ptr < ObjHandler::FunctionCall >
( new ObjHandler::FunctionCall("createAccount") );
+ ObjHandler::ObjectHandlerXL::instance().resetCaller(true);
bool permanentCpp;
|