VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
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 Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)