]> 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/WOKOrbix/WOKOrbix_ExtractServerList.cxx
src/WOKOrbix/WOKOrbix_IDLCompile.cxx

index 26aa31334cb547b18f81528df3ecdf3d63087ad5..0959d5bdd412f151d0d4393fba0528aea6583a66 100755 (executable)
@@ -2,16 +2,7 @@
 // Created:    Mon Aug 25 18:00:08 1997
 // Author:     Jean GAUTIER
 //             <jga@hourax.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 <WOKTools_Messages.hxx>
 
 
 #define READBUF_SIZE 1024
 
-#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 : WOKOrbix_ExtractServerList
index 6912b44aab070ef03b39f62da4087c1894ef5dd9..587a5e672ea5b3f9f20f2c9ab56dbcc99b47a9eb 100755 (executable)
 #include <io.h>
 #endif
 
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
+#include <Standard_Stream.hxx>
 
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>