diff vamp-sdk/PluginHostAdapter.h @ 49:aa64a46320d4

* Rename "name" and "description" to "identifier" and "name"; add new "description" that actually contains a description
author cannam
date Mon, 26 Feb 2007 18:08:48 +0000
parents be8fdfe25693
children b907557b2fb9
line wrap: on
line diff
--- a/vamp-sdk/PluginHostAdapter.h	Thu Jan 25 13:39:31 2007 +0000
+++ b/vamp-sdk/PluginHostAdapter.h	Mon Feb 26 18:08:48 2007 +0000
@@ -59,6 +59,7 @@
 
     InputDomain getInputDomain() const;
 
+    std::string getIdentifier() const;
     std::string getName() const;
     std::string getDescription() const;
     std::string getMaker() const;