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


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