/[svn]/linuxsampler/trunk/src/drivers/Plugin.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/Plugin.cpp

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

revision 1991 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC revision 1992 by iliev, Fri Aug 28 07:48:47 2009 UTC
# Line 388  namespace LinuxSampler { Line 388  namespace LinuxSampler {
388    
389          return true;          return true;
390      }      }
391    
392        void Plugin::DestroyDevice(AudioOutputDevicePlugin* pDevice) {
393            AudioOutputDeviceFactory::DestroyPrivate(pDevice);
394        }
395    
396        void Plugin::DestroyDevice(MidiInputDevicePlugin* pDevice) {
397            MidiInputDeviceFactory::DestroyPrivate(pDevice);
398        }
399  }  }

Legend:
Removed from v.1991  
changed lines
  Added in v.1992

  ViewVC Help
Powered by ViewVC