VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
omtReader.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 #ifdef DtUSE_UTILITIES_NAMESPACE
11 namespace DtUSE_UTILITIES_NAMESPACE
12 {
13 #endif
14 
15 
16 #ifdef WIN32
17  #ifndef DT_OMTREADER_STATIC
18  #ifdef OMTREADER_EXPORTS
19  #define DT_DLL_OMTREADER __declspec ( dllexport )
20  #else
21  #define DT_DLL_OMTREADER __declspec ( dllimport )
22  #endif
23  #else
24  #define DT_DLL_OMTREADER
25  #endif
26 #else
27  #define DT_DLL_OMTREADER
28 #endif
29 #ifdef DtUSE_UTILITIES_NAMESPACE
30 } // end of namespace DtUSE_UTILITIES_NAMESPACE
31 #endif

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)