diff vamp-client/SynchronousTransport.h @ 94:a660dca988f8

More renaming
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 14:10:55 +0100
parents 21f8af53eaf0
children 427c4c725085
line wrap: on
line diff
--- a/vamp-client/SynchronousTransport.h	Thu Oct 13 12:07:41 2016 +0100
+++ b/vamp-client/SynchronousTransport.h	Thu Oct 13 14:10:55 2016 +0100
@@ -6,6 +6,7 @@
 #include <cstdlib>
 
 namespace piper {
+namespace vampclient {
 
 class MessageCompletenessChecker // interface
 {
@@ -32,5 +33,6 @@
 };
 
 }
+}
 
 #endif