VR-Vantage 2.3 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrvHla1516.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrvHla1516.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
13 
14 #pragma once
15 #ifdef _WIN32
16 # ifdef vrvHla1516_EXPORTS
17 # define DT_DLL_VRVHLA1516 __declspec ( dllexport )
18 # else
19 # define DT_DLL_VRVHLA1516 __declspec ( dllimport )
20 # ifdef _DEBUG
21 # pragma comment(lib,"vrvHla1516d.lib")
22 # else
23 # pragma comment(lib,"vrvHla1516.lib")
24 # endif
25 # endif
26 #else
27 # define DT_DLL_VRVHLA1516
28 #endif
29 //Actually make the shared VRLink code exported as HLA1516 code.
30 #define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA1516
31 #include <vrvUtil/vrvUtil.h>
32 
33 namespace makVrv
34 {
35  class DtDe;
36  namespace vrvHla1516
37  {
38  DT_DLL_VRVHLA1516 void init(DtDe& anIG);
39  }
40 }


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)