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

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)