diff vamp-sdk/Plugin.h @ 59:fa79c4ec847d host-factory-stuff

* Put hostext stuff in the HostExt sub-namespace * Tidy up system-specific stuff in PluginLoader * Make PluginLoader return a deletion-notifying wrapper which permits the library to be unloaded when no longer in use * Add PluginChannelAdapter * Make vamp-simple-host use PluginChannelAdapter, and use the PluginLoader for plugin-running task. Also some other enhancements to host
author cannam
date Thu, 24 May 2007 15:17:07 +0000
parents 74822738965b
children 97c5ac99d725
line wrap: on
line diff
--- a/vamp-sdk/Plugin.h	Thu May 24 10:05:00 2007 +0000
+++ b/vamp-sdk/Plugin.h	Thu May 24 15:17:07 2007 +0000
@@ -379,7 +379,7 @@
 
     /**
      * Used to distinguish between Vamp::Plugin and other potential
-     * sibling subclasses of PluginBase.  Do not implement this
+     * sibling subclasses of PluginBase.  Do not reimplement this
      * function in your subclass.
      */
     virtual std::string getType() const { return "Feature Extraction Plugin"; }