Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/hostext/PluginInputDomainAdapter.cpp @ 230:5ee166dccfff distinct-libraries
* Add include guards; make code compile!
author | cannam |
---|---|
date | Fri, 07 Nov 2008 14:11:39 +0000 |
parents | 6b30e064cab7 |
children |
comparison
equal
deleted
inserted
replaced
229:3451f7dfa2be | 230:5ee166dccfff |
---|---|
35 shall not be used in advertising or otherwise to promote the sale, | 35 shall not be used in advertising or otherwise to promote the sale, |
36 use or other dealings in this Software without prior written | 36 use or other dealings in this Software without prior written |
37 authorization. | 37 authorization. |
38 */ | 38 */ |
39 | 39 |
40 #include "PluginInputDomainAdapter.h" | 40 #include <vamp-hostsdk/hostext/PluginInputDomainAdapter.h> |
41 | 41 |
42 #include <cmath> | 42 #include <cmath> |
43 | 43 |
44 | 44 |
45 /** | 45 /** |