VR-Forces 4.2 Class Documentation
vrfHla1516.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrfHla1516.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
14 
15 #pragma once
16 
17 #define DT_PROTOCOL_NAMESPACE vrvHla1516
18 #define VRF_PROTOCOL_NAMESPACE makVrfHla1516
19 
20 #ifdef WIN32
21 #pragma once
22 
23 #ifdef VRFHLA1516_EXPORTS
24 #define DT_DLL_VRFHLA1516 __declspec ( dllexport )
25 #else
26 #define DT_DLL_VRFHLA1516 __declspec ( dllimport )
27 
28 #ifdef _DEBUG
29 #pragma comment(lib,"vrfHla1516d.lib")
30 #else
31 #pragma comment(lib,"vrfHla1516.lib")
32 #endif
33 
34 #endif
35 #else
36 #define DT_DLL_VRFHLA1516
37 #endif
38 
39 namespace makVrv
40 {
41  class DtDe;
42 }
43 
44 namespace makVrf
45 {
46  namespace VRF_PROTOCOL_NAMESPACE
47  {
48  DT_DLL_VRFHLA1516 void init(makVrv::DtDe& ande);
49  }
50 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)