Changeset 2755 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h
- Timestamp:
- May 23, 2005, 6:33:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.h
r2322 r2755 24 24 25 25 virtual int Execute(string& keyw,vector<string>& args, string& toks); 26 virtual bool IsThreadable(string const & keyw); 26 27 27 28 inline void SetPrtLevel(uint_2 lp=2) {mPrtLevel = lp;} … … 96 97 uint_2 mPrtLevel; 97 98 bool mFgPutVar; // if true , declare ObjMgr variables as $varname, default=false 99 100 // Mutex de controle de thread pour dynamic-link 101 ZMutex mutx_cxxe; 102 98 103 }; 99 104
Note:
See TracChangeset
for help on using the changeset viewer.