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


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