Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/hostext/PluginWrapper.h @ 76:6683f99107cf
* Use m_impl structure for PluginAdapter as well
* Doc updates
author | cannam |
---|---|
date | Thu, 07 Jun 2007 14:15:24 +0000 |
parents | 0f8524203677 |
children | f5fff1c6f06d |
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginWrapper.h Thu Jun 07 13:56:26 2007 +0000 +++ b/vamp-sdk/hostext/PluginWrapper.h Thu Jun 07 14:15:24 2007 +0000 @@ -44,6 +44,8 @@ namespace HostExt { /** + * \class PluginWrapper PluginWrapper.h <vamp-sdk/hostext/PluginWrapper.h> + * * PluginWrapper is a simple base class for adapter plugins. It takes * a pointer to a "to be wrapped" Vamp plugin on construction, and * provides implementations of all the Vamp plugin methods that simply @@ -51,7 +53,7 @@ * override only the methods that are meaningful for the particular * adapter. * - * \note This class was introduced version 1.1 of the Vamp plugin SDK. + * \note This class was introduced in version 1.1 of the Vamp plugin SDK. */ class PluginWrapper : public Plugin