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


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