Changeset 1289 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h
- Timestamp:
- Nov 3, 2000, 1:50:56 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.h
r1287 r1289 25 25 virtual int Execute(string& keyw,vector<string>& args, string& toks); 26 26 27 inline void SetPrtLevel(uint_2 lp= 0) {mPrtLevel = lp;}27 inline void SetPrtLevel(uint_2 lp=2) {mPrtLevel = lp;} 28 28 29 29 int ExecuteCXX(string usercode,string userfct="");
Note:
See TracChangeset
for help on using the changeset viewer.