comparison vamp-sdk/PluginAdapter.h @ 230:5ee166dccfff distinct-libraries

* Add include guards; make code compile!
author cannam
date Fri, 07 Nov 2008 14:11:39 +0000
parents 6683f99107cf
children 521734d2b498
comparison
equal deleted inserted replaced
229:3451f7dfa2be 230:5ee166dccfff
35 */ 35 */
36 36
37 #ifndef _VAMP_PLUGIN_ADAPTER_H_ 37 #ifndef _VAMP_PLUGIN_ADAPTER_H_
38 #define _VAMP_PLUGIN_ADAPTER_H_ 38 #define _VAMP_PLUGIN_ADAPTER_H_
39 39
40 #include <map>
40 #include <vamp/vamp.h> 41 #include <vamp/vamp.h>
41 42
42 #include "Plugin.h" 43 #include "Plugin.h"
43 44
44 #include <map> 45 #include "plugguard.h"
46 _VAMP_SDK_HEADER_BEGIN(PluginAdapter.h)
45 47
46 namespace Vamp { 48 namespace Vamp {
47 49
48 /** 50 /**
49 * \class PluginAdapterBase PluginAdapter.h <vamp-sdk/PluginAdapter.h> 51 * \class PluginAdapterBase PluginAdapter.h <vamp-sdk/PluginAdapter.h>
111 } 113 }
112 }; 114 };
113 115
114 } 116 }
115 117
118 _VAMP_SDK_HEADER_END(PluginAdapter.h)
119
116 #endif 120 #endif
117 121