VR-Forces 4.0.4 Class Documentation
include/vrfDis/vrfDis.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrfDis.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00014 
00015 #pragma once
00016 
00017 #define DT_PROTOCOL_NAMESPACE vrvDis
00018 #define VRF_PROTOCOL_NAMESPACE makVrfDis
00019 
00020 #ifdef WIN32
00021 #pragma once
00022 
00023 #ifdef VRFDIS_EXPORTS
00024 #define DT_DLL_VRFDIS __declspec ( dllexport )
00025 #else
00026 #define DT_DLL_VRFDIS __declspec ( dllimport )
00027 
00028 #ifdef _DEBUG
00029 #pragma comment(lib,"vrfDisd.lib")
00030 #else
00031 #pragma comment(lib,"vrfDis.lib")
00032 #endif
00033 
00034 #endif
00035 #else
00036 #define DT_DLL_VRFDIS
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_VRFDIS 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)