VR-Forces 4.0.4 Class Documentation
include/vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrfGuiObjectInformationQt.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00014 
00015 #pragma once
00016 
00017 #ifdef _WIN32
00018 #ifdef VRFGUIOBJECTINFORMATIONQT_EXPORTS
00019 #define DT_DLL_VRFGUIOBJECTINFORMATIONQT __declspec ( dllexport )
00020 #else
00021 #define DT_DLL_VRFGUIOBJECTINFORMATIONQT __declspec ( dllimport )
00022 
00023 #ifdef _DEBUG
00024 #pragma comment(lib,"vrfGuiObjectInformationQtd.lib")
00025 #else
00026 #pragma comment(lib,"vrfGuiObjectInformationQt.lib")
00027 #endif
00028 
00029 #endif
00030 #else
00031 #define DT_DLL_VRFGUIOBJECTINFORMATIONQT
00032 #endif
00033 
00034 namespace makVrv
00035 {
00036    class DtDe;
00037 }
00038 
00039 namespace makVrf
00040 {
00041    namespace makVrfGuiObjectInformationQt
00042    {
00043       DT_DLL_VRFGUIOBJECTINFORMATIONQT void init(makVrv::DtDe& de);
00044    }
00045 }

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)