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

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

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

revision 2888 by schoenebeck, Fri Apr 22 15:37:45 2016 UTC revision 2889 by schoenebeck, Mon Apr 25 17:28:23 2016 UTC
# Line 72  namespace LinuxSampler { Line 72  namespace LinuxSampler {
72           * parser errors, you may pass the VMParserContext object to method           * parser errors, you may pass the VMParserContext object to method
73           * exec() for actually executing the script.           * exec() for actually executing the script.
74           *           *
75             * It is your responsibility to free the returned VMParserContext
76             * object once you don't need it anymore.
77             *
78           * @param s - entire source code of the script to be loaded           * @param s - entire source code of the script to be loaded
79           * @returns parsed representation of the script           * @returns parsed representation of the script
80           */           */

Legend:
Removed from v.2888  
changed lines
  Added in v.2889

  ViewVC Help
Powered by ViewVC