VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfHla13
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
{
47
DT_DLL_VRFHLA13
void
init
(
makVrv::DtDe
& de);
48
}
49
}
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
)