VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfHla13.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrfHla13.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
14 #pragma once
15 
16 #define DT_PROTOCOL_NAMESPACE vrvHla13
17 #define VRF_PROTOCOL_NAMESPACE makVrfHla13
18 
19 #ifdef WIN32
20 #pragma once
21 
22 #ifdef VRFHLA13_EXPORTS
23 #define DT_DLL_VRFHLA13 __declspec ( dllexport )
24 #else
25 #define DT_DLL_VRFHLA13 __declspec ( dllimport )
26 
27 #endif
28 #else
29 #define DT_DLL_VRFHLA13
30 #endif
31 
32 namespace makVrv
33 {
34  class DtDe;
35 }
36 
37 namespace makVrf
38 {
39  namespace VRF_PROTOCOL_NAMESPACE
40  {
42  }
43 }
DT_DLL_VRFDIS void init(makVrv::DtDe &ande)
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfHla13.h:17
#define DT_DLL_VRFHLA13
Definition: vrfHla13.h:29
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)