diff base/RealTime.h @ 66:7afcfe666910

* Modify to use Vamp SDK for proper feature extraction plugins. Requires that the vamp-plugin-sdk directory tree be present below plugin/ (it's separate in Subversion).
author Chris Cannam
date Fri, 31 Mar 2006 15:56:35 +0000
parents d397ea0a79f5
children 7c3e1bc51080
line wrap: on
line diff
--- a/base/RealTime.h	Thu Mar 30 15:00:22 2006 +0000
+++ b/base/RealTime.h	Fri Mar 31 15:56:35 2006 +0000
@@ -21,6 +21,11 @@
 #ifndef _REAL_TIME_H_
 #define _REAL_TIME_H_
 
+#include "vamp-sdk/RealTime.h"
+using Vamp::RealTime;
+
+#ifdef NOT_DEFINED
+
 #include <iostream>
 #include <string>
 
@@ -117,5 +122,7 @@
 };
 
 std::ostream &operator<<(std::ostream &out, const RealTime &rt);
+
+#endif
     
 #endif