VR-Forces 4.0.4 Class Documentation
include/vrvHla1516/vrvHla1516.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrvHla1516.h,v $ $Revision: 1.8 $ $State: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 #ifdef _WIN32
00016 #  ifdef vrvHla1516_EXPORTS
00017 #     define DT_DLL_VRVHLA1516 __declspec ( dllexport )
00018 #  else
00019 #     define DT_DLL_VRVHLA1516 __declspec ( dllimport )
00020 #     ifdef _DEBUG
00021 #        pragma comment(lib,"vrvHla1516d.lib")
00022 #     else
00023 #        pragma comment(lib,"vrvHla1516.lib")
00024 #     endif
00025 #  endif
00026 #else
00027 #  define DT_DLL_VRVHLA1516
00028 #endif
00029 //Actually make the shared VRLink code exported as HLA1516 code.
00030 #define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA1516
00031 #include <vrvUtil/vrvUtil.h>
00032 
00033 namespace makVrv
00034 {
00035    class DtDe;
00036    namespace vrvHla1516
00037    {
00038       DT_DLL_VRVHLA1516 void init(DtDe& anIG);
00039    }
00040 }

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)