VR-Forces 4.0.4 Class Documentation
include/vrfHla13/vrfHla13.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrfHla13.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00014 #pragma once
00015 
00016 #define DT_PROTOCOL_NAMESPACE vrvHla13
00017 #define VRF_PROTOCOL_NAMESPACE makVrfHla13
00018 
00019 #ifdef WIN32
00020 #pragma once
00021 
00022 #ifdef VRFHLA13_EXPORTS
00023 #define DT_DLL_VRFHLA13 __declspec ( dllexport )
00024 #else
00025 #define DT_DLL_VRFHLA13 __declspec ( dllimport )
00026 
00027 #ifdef _DEBUG
00028 #pragma comment(lib,"vrfHla13d.lib")
00029 #else
00030 #pragma comment(lib,"vrfHla13.lib")
00031 #endif
00032 
00033 #endif
00034 #else
00035 #define DT_DLL_VRFHLA13
00036 #endif
00037 
00038 namespace makVrv
00039 {
00040     class DtDe;
00041 }
00042 
00043 namespace makVrf
00044 {
00045    namespace VRF_PROTOCOL_NAMESPACE
00046    {
00047       DT_DLL_VRFHLA13 void init(makVrv::DtDe& de);
00048    }
00049 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)