]> 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/WOKernel/WOKernel_DevUnit.cxx
src/WOKernel/WOKernel_Factory.cxx
src/WOKernel/WOKernel_Parcel.cxx
src/WOKernel/WOKernel_Session.cxx
src/WOKernel/WOKernel_UnitNesting.cxx
src/WOKernel/WOKernel_Warehouse.cxx
src/WOKernel/WOKernel_Workbench.cxx
src/WOKernel/WOKernel_Workshop.cxx

index 1f7068c4623a0cf2142a645681c8b94ddf247e3c..f7a6f6d05ee05629cea3d10253068b472af5dfc6 100755 (executable)
@@ -1,17 +1,5 @@
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_STRSTREAM_H
-# include <strstream.h>
-#endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
-
+#include <Standard_Stream.hxx>
+#include <Standard_SStream.hxx>
 #include <Standard_ProgramError.hxx>
 #include <Standard_ErrorHandler.hxx>
 
index 9d371bfe9ce8fc175549634b486ec9568dc66f8a..f83bd0b9c39e3216e2af67e2de96f8206a95b15f 100755 (executable)
@@ -2,17 +2,7 @@
 // Created:    Thu Jun 29 18:50: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 <WOKernel_Factory.ixx>
 
 #include <WOKernel_Workshop.hxx>
 
 #include <TColStd_HSequenceOfHAsciiString.hxx>
 
-#ifdef HAVE_IOMANIP
-# include <iomanip>
-#elif defined (HAVE_IOMANIP_H)
-# include <iomanip.h>
-#endif
-
 //=======================================================================
 //function : WOKernel_Factory
 //purpose  : Factory constructor
index cd067e387942da42010cb3b13141f1cc1ecf5f37..9206e11d58cccd83f022d7552f1027ce621b0910 100755 (executable)
@@ -2,16 +2,7 @@
 // Created:    Wed Jul 26 18:39:20 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 <Standard_ProgramError.hxx>
 
 
 #include <WOKernel_Parcel.ixx>
 
-#ifdef HAVE_IOMANIP
-# include <iomanip>
-#elif defined (HAVE_IOMANIP_H)
-# include <iomanip.h>
-#endif
-
 //=======================================================================
 //function : WOKernel_Parcel
 //purpose  : instantiates a parcel
index 23b932efbb0048f46411c356d80cd4b450ac1d01..a2e0ef66ba0a35b926fce443686e0b104c355d5e 100755 (executable)
@@ -3,16 +3,7 @@
 // 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 <WOKernel_Session.ixx>
 
 #include <TColStd_HSequenceOfHAsciiString.hxx>
 #include <TColStd_HSequenceOfAsciiString.hxx>
 
-#ifdef HAVE_IOMANIP
-# include <iomanip>
-#elif defined (HAVE_IOMANIP_H)
-# include <iomanip.h>
-#endif
+//#ifdef HAVE_IOMANIP
+//# include <iomanip>
+//#elif defined (HAVE_IOMANIP_H)
+//# include <iomanip.h>
+//#endif
 
 //=======================================================================
 //function : WOKernel_Session
index 1b6f70be3f497c3820fb7242674f473f523b6b9e..85c29eb7f6183805c41356bc961cf79ea1deb498 100755 (executable)
@@ -2,16 +2,7 @@
 // Created:    Wed Jul 26 18:41:59 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>
 #include <TColStd_HSequenceOfHAsciiString.hxx>
index 2c6009b28510db8004d5153a21c5915ca525d052..41c1d04deba14b8298e73a85490cbeb604d43f64 100755 (executable)
@@ -2,19 +2,9 @@
 // Created:    Wed Jul 26 18:18:27 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>
-
 #include <TColStd_HSequenceOfHAsciiString.hxx>
 
 #include <WOKTools_Messages.hxx>
index 4c62f936112e8c8d9f79e1ed199af9b7e173ee74..78b6165bbc2bef760fe7a56d4093f29492815b88 100755 (executable)
@@ -2,16 +2,7 @@
 // Created:    Wed Jul 26 18:27:19 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 <WOKernel_Workbench.ixx>
 
 #include <TColStd_HSequenceOfHAsciiString.hxx>
 #include <TColStd_HSequenceOfAsciiString.hxx>
 
-#ifdef HAVE_IOMANIP
-# include <iomanip>
-#elif defined (HAVE_IOMANIP_H)
-# include <iomanip.h>
-#endif
+//#ifdef HAVE_IOMANIP
+//# include <iomanip>
+//#elif defined (HAVE_IOMANIP_H)
+//# include <iomanip.h>
+//#endif
 
 //=======================================================================
 //function : WOKernel_Workbench
index acf4f25ce8b7ebc55dc11f7bd583972307012e16..a97ba20d27e95cad4de2556c7eabaf7999c02497 100755 (executable)
@@ -2,17 +2,7 @@
 // Created:    Wed Jul 26 15:20:50 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 <WOKernel_Workshop.ixx>