VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfHla1516
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)