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


Ignore:
Timestamp:
Nov 3, 2000, 1:50:56 PM (25 years ago)
Author:
ercodmgr
Message:

prtlevel for cxxexecutor cmv 3/11/00

File:
1 edited

Legend:

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

    r1287 r1289  
    2525  virtual int Execute(string& keyw,vector<string>& args, string& toks);
    2626
    27   inline void SetPrtLevel(uint_2 lp=0) {mPrtLevel = lp;}
     27  inline void SetPrtLevel(uint_2 lp=2) {mPrtLevel = lp;}
    2828
    2929  int  ExecuteCXX(string usercode,string userfct="");
Note: See TracChangeset for help on using the changeset viewer.