Changeset 2287 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h
- Timestamp:
- Dec 5, 2002, 12:16:52 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.h
r2181 r2287 28 28 29 29 int ExecuteCXX(string usercode,string userfct=""); 30 31 // if true , declare ObjMgr variables as $varname 32 inline void DeclareObjMgrVar(bool fg=false) { mFgPutVar=fg; } 30 33 31 34 int CrFile(string cfilename="",string func=""); … … 92 95 93 96 uint_2 mPrtLevel; 97 bool mFgPutVar; // if true , declare ObjMgr variables as $varname, default=false 94 98 }; 95 99
Note:
See TracChangeset
for help on using the changeset viewer.