[ObjectHandler-cvs] ObjectHandler/ohxl/Functions manual.cpp, 1.9, 1.10
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-12-05 11:55:22
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Functions In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31818/ohxl/Functions Modified Files: manual.cpp Log Message: suppress volatile behavior for ohDependsOn() Index: manual.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/manual.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** manual.cpp 3 Dec 2006 21:08:46 -0000 1.9 --- manual.cpp 5 Dec 2006 11:55:18 -0000 1.10 *************** *** 72,75 **** --- 72,76 ---- boost::shared_ptr<ObjHandler::FunctionCall> functionCall; try { + Excel(xlfVolatile,0,1,TempBool(0)); // initialize Function Call object |