]> OCCT Git - occt-wok.git/commitdiff
Connect to BugMaster for details
authorcascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
committercascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
src/WOKStep/WOKStep_CDLUnitSource.cxx
src/WOKStep/WOKStep_Compile.cxx
src/WOKStep/WOKStep_EngLDFile.cxx
src/WOKStep/WOKStep_ImplementationDep.cxx
src/WOKStep/WOKStep_MSFill.cxx
src/WOKStep/WOKStep_ProcessStep.cxx
src/WOKStep/WOKStep_WNTK.cxx

index 10d8eed5aee9f4c197c0ae2385b88e6678284738..842fc6c11435f74156632b44f4ed5e7373f7884a 100755 (executable)
 # include <time.h>
 #endif
 
-#ifdef HAVE_IOSTREAM
-# include <iostream>
-#elif defined (HAVE_IOSTREAM_H)
-# include <iostream.h>
-#endif
+#include <Standard_Stream.hxx>
 #endif // DONT_COMPENSATE
 
 #include <TColStd_HSequenceOfHAsciiString.hxx>
index 0e2c935e9539d04f427485b7bb3e27488d3f28b5..b2d7630d2a7b6b979cbb3ca4cf1a993704f0cd71 100755 (executable)
@@ -2,16 +2,7 @@
 // Created:    Tue Aug 29 21:40:43 1995
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
+#include <Standard_Stream.hxx>
 
 #include <TCollection_HAsciiString.hxx>
 
index c81d8716ff5ff8c148085d716cc22bdfa31f73be..8575026906bc9b6423808b1a2c287cd40ed7c26d 100755 (executable)
@@ -2,16 +2,7 @@
 // Created:    Fri Feb 28 21:37:37 1997
 // Author:     Jean GAUTIER
 //             <jga@cobrax.paris1.matra-dtv.fr>
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
+#include <Standard_Stream.hxx>
 
 #include <TColStd_HSequenceOfHAsciiString.hxx>
 #include <WOKTools_Messages.hxx>
index af89547b0a19547c3be8d1470b400b8a7388817f..155d461265863502a261824968dd73c32f20e3ae 100755 (executable)
@@ -2,8 +2,7 @@
 // Created:    Thu Oct 26 18:36:01 1995
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
-
-#include <fstream.h>
+#include <Standard_Stream.hxx>
 
 #include <TCollection_HAsciiString.hxx>
 
index 83e14c05be866e6dfa77e51cfd6c3c5a9430d4a8..5c89bdb55f20f85481a5920dee5003f7ed3c5775 100755 (executable)
 #if defined(HAVE_TIME_H) || defined(WNT)
 # include <time.h>
 #endif
-#ifdef HAVE_IOSTREAM
-# include <iostream>
-#elif defined (HAVE_IOSTREAM_H)
-# include <iostream.h>
-#endif
+#include <Standard_Stream.hxx>
 
 // endif DONT_COMPENSATE
 #endif
index c0e1f541151e961b6a961b2fd7ef0316513ab1eb..39b48ad26c778225a63700d6c3689df3052090d1 100755 (executable)
@@ -2,7 +2,7 @@
 // Created:    Mon Aug 18 15:41:22 1997
 // Author:     Jean GAUTIER
 //             <jga@hourax.paris1.matra-dtv.fr>
-
+#include <Standard_Stream.hxx>
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
 #include <io.h>
 #endif
 
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
-
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
@@ -72,9 +66,9 @@
 #define CHECK_REMOTE 1
 #endif // WNT
 
-#ifdef HAVE_IOMANIP_H
-# include <iomanip.h>
-#endif
+//#ifdef HAVE_IOMANIP_H
+//# include <iomanip.h>
+//#endif
 
 //=======================================================================
 //function : WOKStep_ProcessStep
index 1f99af12cf5fc7f62b774e9631344265eff709b4..6f063801f8c8944b5e56b0ad0ebafb3615f00929 100755 (executable)
 #include <WOKUtils_ShellManager.hxx>
 
 #include <TColStd_HSequenceOfHAsciiString.hxx>
+#include <Standard_Stream.hxx>
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
 #ifdef HAVE_STDLIB_H
 # include <stdlib.h>
 #endif