VR-Vantage 1.4.1 API Class Documentation
vrvHla13Qt.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrvHla13Qt.h,v $ $Revision: 1.10 $ $State: Exp $
00007 ******************************************************************************/
00008 
00014 
00015 #pragma once
00016 #ifdef _WIN32
00017 #  ifdef vrvHla13Qt_EXPORTS
00018 #     define DT_DLL_VRVHLA13QT __declspec ( dllexport )
00019 #  else
00020 #     define DT_DLL_VRVHLA13QT __declspec ( dllimport )
00021 #     ifdef _DEBUG
00022 #        pragma comment(lib,"vrvHla13Qtd.lib")
00023 #     else
00024 #        pragma comment(lib,"vrvHla13Qt.lib")
00025 #     endif
00026 #  endif
00027 #else
00028 #  define DT_DLL_VRVHLA13QT
00029 #endif
00030 #include <vrvUtil/signalslib.h>
00031 
00032 namespace makVrv
00033 {
00034    class DtDe;
00035    namespace vrvHla13Qt
00036    {
00037       DT_DLL_VRVHLA13QT void init(DtDe& anIG);
00038    }
00039 }


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