Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/RealTime.h @ 230:5ee166dccfff distinct-libraries
* Add include guards; make code compile!
author | cannam |
---|---|
date | Fri, 07 Nov 2008 14:11:39 +0000 |
parents | fe31e6aed666 |
children | 521734d2b498 |
comparison
equal
deleted
inserted
replaced
229:3451f7dfa2be | 230:5ee166dccfff |
---|---|
48 #include <string> | 48 #include <string> |
49 | 49 |
50 #ifndef _WIN32 | 50 #ifndef _WIN32 |
51 struct timeval; | 51 struct timeval; |
52 #endif | 52 #endif |
53 | |
54 #include "plugguard.h" | |
55 _VAMP_SDK_HEADER_BEGIN(RealTime.h) | |
53 | 56 |
54 namespace Vamp { | 57 namespace Vamp { |
55 | 58 |
56 /** | 59 /** |
57 * \class RealTime RealTime.h <vamp-sdk/RealTime.h> | 60 * \class RealTime RealTime.h <vamp-sdk/RealTime.h> |
156 }; | 159 }; |
157 | 160 |
158 std::ostream &operator<<(std::ostream &out, const RealTime &rt); | 161 std::ostream &operator<<(std::ostream &out, const RealTime &rt); |
159 | 162 |
160 } | 163 } |
164 | |
165 _VAMP_SDK_HEADER_END(RealTime.h) | |
161 | 166 |
162 #endif | 167 #endif |