Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginBase.h @ 233:521734d2b498 distinct-libraries
* Flatten directory tree a bit, update doxygen
author | cannam |
---|---|
date | Fri, 07 Nov 2008 15:28:33 +0000 |
parents | 5ee166dccfff |
children | 7b12c3decc42 |
comparison
equal
deleted
inserted
replaced
232:71ea10a3cbe7 | 233:521734d2b498 |
---|---|
39 | 39 |
40 #include <string> | 40 #include <string> |
41 #include <vector> | 41 #include <vector> |
42 | 42 |
43 #include "plugguard.h" | 43 #include "plugguard.h" |
44 _VAMP_SDK_HEADER_BEGIN(PluginBase.h) | 44 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) |
45 | 45 |
46 namespace Vamp { | 46 namespace Vamp { |
47 | 47 |
48 /** | 48 /** |
49 * A base class for plugins with optional configurable parameters, | 49 * A base class for plugins with optional configurable parameters, |
251 virtual std::string getType() const = 0; | 251 virtual std::string getType() const = 0; |
252 }; | 252 }; |
253 | 253 |
254 } | 254 } |
255 | 255 |
256 _VAMP_SDK_HEADER_END(PluginBase.h) | 256 _VAMP_SDK_PLUGSPACE_END(PluginBase.h) |
257 | 257 |
258 #endif | 258 #endif |