summaryrefslogtreecommitdiff
path: root/src/UUIDInformation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UUIDInformation.h')
-rw-r--r--src/UUIDInformation.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/UUIDInformation.h b/src/UUIDInformation.h
index 4bd0ff4..804104b 100644
--- a/src/UUIDInformation.h
+++ b/src/UUIDInformation.h
@@ -35,9 +35,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "SyncCommon.h"
#include <stdio.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
+namespace ASDCP {
typedef struct UUIInformation{
BYTE abyUUIDBytes[16];
@@ -51,8 +49,6 @@ void UUIDPrint( FILE *pFilePtr,
void UUIDPrintFormated( FILE *pFilePtr,
LPUUIDINFORMATION pUUID);
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
+} // namespace asdcp
#endif