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