Changeset 2287 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h


Ignore:
Timestamp:
Dec 5, 2002, 12:16:52 PM (23 years ago)
Author:
ansari
Message:

modifs cxxexecutor avec options declarevars + echo2file - Reza 5/12/02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/cxxexecutor.h

    r2181 r2287  
    2828
    2929  int  ExecuteCXX(string usercode,string userfct="");
     30
     31  // if true , declare ObjMgr variables as $varname
     32  inline void DeclareObjMgrVar(bool fg=false) { mFgPutVar=fg; }
    3033
    3134  int  CrFile(string cfilename="",string func="");
     
    9295
    9396  uint_2 mPrtLevel;
     97  bool   mFgPutVar;  // if true , declare ObjMgr variables as $varname, default=false
    9498};
    9599
Note: See TracChangeset for help on using the changeset viewer.