--- linuxsampler/trunk/src/network/lscpserver.h 2009/02/16 08:12:55 1834 +++ linuxsampler/trunk/src/network/lscpserver.h 2009/02/16 17:56:50 1835 @@ -79,6 +79,7 @@ LSCPServer(Sampler* pSampler, long int addr, short int port); virtual ~LSCPServer(); int WaitUntilInitialized(long TimeoutSeconds = 0L, long TimeoutNanoSeconds = 0L); + void RemoveListeners(); // Methods called by the parser String DestroyAudioOutputDevice(uint DeviceIndex);