VR-Vantage 1.4.1 API Class Documentation
vrvHla1516e.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002  * Copyright (c) 2011 MAK Technologies, Inc.
00003  * All rights reserved.
00004  *****************************************************************************/
00005 
00010 
00011 #pragma once
00012 #ifdef _WIN32
00013 #  ifdef vrvHla1516e_EXPORTS
00014 #     define DT_DLL_VRVHLA1516E __declspec ( dllexport )
00015 #  else
00016 #     define DT_DLL_VRVHLA1516E __declspec ( dllimport )
00017 #     ifdef _DEBUG
00018 #        pragma comment(lib,"vrvHla1516ed.lib")
00019 #     else
00020 #        pragma comment(lib,"vrvHla1516e.lib")
00021 #     endif
00022 #  endif
00023 #else
00024 #  define DT_DLL_VRVHLA1516E
00025 #endif
00026 
00027 // Actually make the shared VRLink code exported as HLA1516 code.
00028 #define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA1516E
00029 #include <vrvUtil/vrvUtil.h>
00030 
00031 namespace makVrv
00032 {
00033 
00034    class DtDe;
00035 
00036    namespace vrvHla1516e
00037    {
00038       DT_DLL_VRVHLA1516E void init(DtDe& anIG);
00039    }
00040 
00041 }


Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)