Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/hostext/PluginWrapper.h @ 62:fe5486ee1c70 host-factory-stuff
* Documentation
author | cannam |
---|---|
date | Fri, 01 Jun 2007 15:00:51 +0000 |
parents | fa79c4ec847d |
children |
comparison
equal
deleted
inserted
replaced
61:97c5ac99d725 | 62:fe5486ee1c70 |
---|---|
40 #include <vamp-sdk/Plugin.h> | 40 #include <vamp-sdk/Plugin.h> |
41 | 41 |
42 namespace Vamp { | 42 namespace Vamp { |
43 | 43 |
44 namespace HostExt { | 44 namespace HostExt { |
45 | |
46 /** | |
47 * PluginWrapper is a simple base class for adapter plugins. It takes | |
48 * a pointer to a "to be wrapped" Vamp plugin on construction, and | |
49 * provides implementations of all the Vamp plugin methods that simply | |
50 * delegate through to the wrapped plugin. A subclass can therefore | |
51 * override only the methods that are meaningful for the particular | |
52 * adapter. | |
53 */ | |
45 | 54 |
46 class PluginWrapper : public Plugin | 55 class PluginWrapper : public Plugin |
47 { | 56 { |
48 public: | 57 public: |
49 virtual ~PluginWrapper(); | 58 virtual ~PluginWrapper(); |