diff options
| author | milla <marc.illa@dolby.com> | 2021-05-26 13:59:19 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-03 14:05:45 +0200 |
| commit | fdd28f8bb3608978e75b27c5410db447396f361b (patch) | |
| tree | 4fd3e9ff4fa808993214956dd5753f950a6a1e47 /src/UUIDInformation.h | |
| parent | f9d7fbc33aa571c547d916b145712469efd9f4b8 (diff) | |
Put definitions inside their corresponding namespaces
Diffstat (limited to 'src/UUIDInformation.h')
| -rw-r--r-- | src/UUIDInformation.h | 8 |
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 |
