VR-Forces 4.6 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 #ifdef _DEBUG
28 #pragma comment(lib,"vrfHla13d.lib")
29 #else
30 #pragma comment(lib,"vrfHla13.lib")
31 #endif
32 
33 #endif
34 #else
35 #define DT_DLL_VRFHLA13
36 #endif
37 
38 namespace makVrv
39 {
40  class DtDe;
41 }
42 
43 namespace makVrf
44 {
45  namespace VRF_PROTOCOL_NAMESPACE
46  {
48  }
49 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)