mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 02:52:04 +05:00
Correct compilation under Win32 platform
This commit is contained in:
parent
e330735a02
commit
b7b489fb34
@ -26,8 +26,6 @@
|
|||||||
// Module : GEOM
|
// Module : GEOM
|
||||||
// $Header$
|
// $Header$
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include <Standard_Stream.hxx>
|
#include <Standard_Stream.hxx>
|
||||||
|
|
||||||
#include <Standard_Stream.hxx>
|
#include <Standard_Stream.hxx>
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
#if !defined (__GEOM_DISPLAYER_H)
|
#if !defined (__GEOM_DISPLAYER_H)
|
||||||
#define __GEOM_DISPLAYER_H
|
#define __GEOM_DISPLAYER_H
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "GEOM_GEOMGUI.hxx"
|
#include "GEOM_GEOMGUI.hxx"
|
||||||
|
|
||||||
#include "SALOME_Prs.h"
|
#include "SALOME_Prs.h"
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
#pragma warning( disable:4786 )
|
#pragma warning( disable:4786 )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include <Standard_Stream.hxx>
|
#include <Standard_Stream.hxx>
|
||||||
|
|
||||||
#include <GEOMImpl_IBlocksOperations.hxx>
|
#include <GEOMImpl_IBlocksOperations.hxx>
|
||||||
|
@ -24,8 +24,6 @@
|
|||||||
#pragma warning( disable:4786 )
|
#pragma warning( disable:4786 )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include <Standard_Stream.hxx>
|
#include <Standard_Stream.hxx>
|
||||||
|
|
||||||
#include <GEOMImpl_IHealingOperations.hxx>
|
#include <GEOMImpl_IHealingOperations.hxx>
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include <Standard_Stream.hxx>
|
#include <Standard_Stream.hxx>
|
||||||
|
|
||||||
#include <GEOMImpl_ILocalOperations.hxx>
|
#include <GEOMImpl_ILocalOperations.hxx>
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
// $Header$
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include <Standard_Stream.hxx>
|
#include <Standard_Stream.hxx>
|
||||||
|
|
||||||
#include "GEOMImpl_IShapesOperations.hxx"
|
#include "GEOMImpl_IShapesOperations.hxx"
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#include <strstream>
|
#include <strstream>
|
||||||
|
|
||||||
#include "Utils_CorbaException.hxx"
|
#include "Utils_CorbaException.hxx"
|
||||||
#include "OpUtil.hxx"
|
|
||||||
#include "Utils_ExceptHandlers.hxx"
|
#include "Utils_ExceptHandlers.hxx"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
@ -289,7 +288,7 @@ SALOMEDS::TMPFile* GEOM_Gen_i::Save(SALOMEDS::SComponent_ptr theComponent,
|
|||||||
bool isMultiFile) {
|
bool isMultiFile) {
|
||||||
SALOMEDS::TMPFile_var aStreamFile;
|
SALOMEDS::TMPFile_var aStreamFile;
|
||||||
// Get a temporary directory to store a file
|
// Get a temporary directory to store a file
|
||||||
std::string aTmpDir = (isMultiFile)?theURL:SALOMEDS_Tool::GetTmpDir();
|
std::string aTmpDir = (isMultiFile)?theURL : SALOMEDS_Tool::GetTmpDir();
|
||||||
|
|
||||||
// OCCT BUG: cannot save a document (in current folder)
|
// OCCT BUG: cannot save a document (in current folder)
|
||||||
// if directory name is empty
|
// if directory name is empty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user