[ObjectHandler-cvs] ObjectHandler/Examples/xl addinstatic.cpp, 1.8, 1.9
Brought to you by:
ericehlers,
nando
From: Silvia F. <s_f...@us...> - 2006-06-19 08:24:24
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22783/Examples/xl Modified Files: addinstatic.cpp Log Message: fix example Index: addinstatic.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/addinstatic.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** addinstatic.cpp 11 Jun 2006 12:38:21 -0000 1.8 --- addinstatic.cpp 19 Jun 2006 08:24:20 -0000 1.9 *************** *** 98,102 **** boost::shared_ptr<ObjHandler::ValueObject>( new AccountValueObject(instanceName, *accountNumber, accountType))); ! objectPointer->setPermanent(permanentCpp); const std::string returnValue = --- 98,102 ---- boost::shared_ptr<ObjHandler::ValueObject>( new AccountValueObject(instanceName, *accountNumber, accountType))); ! objectPointer->setPermanent(); const std::string returnValue = |