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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)