/[svn]/linuxsampler/trunk/src/scriptvm/CoreVMFunctions.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/CoreVMFunctions.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2581 by schoenebeck, Fri May 30 12:48:05 2014 UTC revision 2596 by schoenebeck, Thu Jun 5 19:39:12 2014 UTC
# Line 43  protected: Line 43  protected:
43      ExprType_t returnType() { return EMPTY_EXPR; }      ExprType_t returnType() { return EMPTY_EXPR; }
44      VMFnResult* errorResult();      VMFnResult* errorResult();
45      VMFnResult* successResult();      VMFnResult* successResult();
46        void wrnMsg(const String& txt);
47        void errMsg(const String& txt);
48  protected:  protected:
49      VMEmptyResult result;      VMEmptyResult result;
50  };  };

Legend:
Removed from v.2581  
changed lines
  Added in v.2596

  ViewVC Help
Powered by ViewVC