/[svn]/linuxsampler/trunk/src/network/lscpserver.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.h

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

revision 411 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 475 by schoenebeck, Thu Mar 17 23:56:56 2005 UTC
# Line 64  extern void restart(yyparse_param_t* ppa Line 64  extern void restart(yyparse_param_t* ppa
64  class LSCPServer : public Thread {  class LSCPServer : public Thread {
65      public:      public:
66          LSCPServer(Sampler* pSampler);          LSCPServer(Sampler* pSampler);
67            virtual ~LSCPServer();
68          int WaitUntilInitialized(long TimeoutSeconds = 0L, long TimeoutNanoSeconds = 0L);          int WaitUntilInitialized(long TimeoutSeconds = 0L, long TimeoutNanoSeconds = 0L);
69    
70          // Methods called by the parser          // Methods called by the parser

Legend:
Removed from v.411  
changed lines
  Added in v.475

  ViewVC Help
Powered by ViewVC