VR-Forces 4.0.4 Class Documentation
examples/exampleFomMapper/exampleFomMapper.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: exampleFomMapper.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #pragma once 
00013 
00014 #ifdef _WIN32
00015 #ifdef EXAMPLEFOMMAPPER_EXPORTS
00016 #define DT_DLL_EXAMPLEFOMMAPPER __declspec ( dllexport )
00017 #else
00018 #define DT_DLL_EXAMPLEFOMMAPPER __declspec ( dllimport )
00019 #endif
00020 #else
00021 #define DT_DLL_EXAMPLEFOMMAPPER
00022 #endif
00023 
00024 #if DtHLA
00025 #include <vrvHla13/vrvHla13.h>
00026 #define DT_PROTOCOL_NAMESPACE vrvHla13
00027 //Actually make the shared VRLink code exported as HLA13 code.
00028 #define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA13 
00029 #endif
00030 

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)