VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfHla1516e
vrfHla1516e.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrfHla1516e.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
12
14
15
#pragma once
16
17
#define DT_PROTOCOL_NAMESPACE vrvHla1516e
18
#define VRF_PROTOCOL_NAMESPACE makVrfHla1516e
19
20
#ifdef WIN32
21
#pragma once
22
23
#ifdef VRFHLA1516e_EXPORTS
24
#define DT_DLL_VRFHLA1516e __declspec ( dllexport )
25
#else
26
#define DT_DLL_VRFHLA1516e __declspec ( dllimport )
27
28
#ifdef _DEBUG
29
#pragma comment(lib,"vrfHla1516ed.lib")
30
#else
31
#pragma comment(lib,"vrfHla1516e.lib")
32
#endif
33
34
#endif
35
#else
36
#define DT_DLL_VRFHLA1516e
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_VRFHLA1516e
void
init
(
makVrv::DtDe
& ande);
49
}
50
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)