*** empty log message ***

This commit is contained in:
abd 2006-03-21 14:49:02 +00:00
parent 5bd9f159c1
commit 2e2a0e115a
4 changed files with 11 additions and 10 deletions

View File

@ -39,7 +39,7 @@
// class : BasicGUI_WorkingPlaneDlg // class : BasicGUI_WorkingPlaneDlg
// purpose : // purpose :
//================================================================================= //=================================================================================
class GEOM_BASICGUI_EXPORT BASICGUI_WNT_EXPORT BasicGUI_WorkingPlaneDlg : public GEOMBase_Skeleton class GEOM_BASICGUI_EXPORT BasicGUI_WorkingPlaneDlg : public GEOMBase_Skeleton
{ {
Q_OBJECT Q_OBJECT

View File

@ -29,7 +29,7 @@
#ifndef DIALOGBOX_WIRE_H #ifndef DIALOGBOX_WIRE_H
#define DIALOGBOX_WIRE_H #define DIALOGBOX_WIRE_H
#include "GEOM_BuildGUI" #include "GEOM_BuildGUI.hxx"
#include "GEOMBase_Skeleton.h" #include "GEOMBase_Skeleton.h"
#include "DlgRef_1Sel_QTD.h" #include "DlgRef_1Sel_QTD.h"

View File

@ -25,10 +25,11 @@
// Module : GEOM // Module : GEOM
// $Header: // $Header:
using namespace std;
#include "GEOMContext.h" #include "GEOMContext.h"
#include "QAD_Tools.h" #include "QAD_Tools.h"
using namespace std;
/* The object itself created in the static method 'GetOrCreateGEOMBase()' */ /* The object itself created in the static method 'GetOrCreateGEOMBase()' */
static GEOMContext* GeomGUI = 0; static GEOMContext* GeomGUI = 0;

View File

@ -37,21 +37,21 @@
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC #include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
#ifdef WNT #ifdef WNT
#if defined STEPEXPORT_IMPORTS #if defined STEPIMPORT_EXPORTS
#if defined WIN32 #if defined WIN32
#define STEPEXPORT_IMPORT __declspec( dllexport ) #define STEPIMPORT_EXPORT __declspec( dllexport )
#else #else
#define STEPEXPORT_IMPORT #define STEPIMPORT_EXPORT
#endif #endif
#else #else
#if defined WIN32 #if defined WIN32
#define STEPEXPORT_IMPORT __declspec( dllimport ) #define STEPIMPORT_EXPORT __declspec( dllimport )
#else #else
#define STEPEXPORT_IMPORT #define STEPIMPORT_EXPORT
#endif #endif
#endif #endif
#else #else
#define STEPEXPORT_IMPORT #define STEPIMPORT_EXPORT
#endif #endif
//============================================================================= //=============================================================================
@ -62,7 +62,7 @@
extern "C" extern "C"
{ {
STEPEXPORT_IMPORT STEPIMPORT_EXPORT
TopoDS_Shape Import (const TCollection_AsciiString& theFileName, TopoDS_Shape Import (const TCollection_AsciiString& theFileName,
TCollection_AsciiString& theError) TCollection_AsciiString& theError)
{ {