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


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