#ifndef _BATCHMANAGER_H_
#define _BATCHMANAGER_H_
+#include <string.h>
+#include <stdlib.h>
+#include <limits.h>
+
#include <string>
#include <map>
#include "Batch_Job.hxx"
#include <SALOME_Container.hxx>
#include <map>
#include <cstdio>
+#include <string>
class CONTAINER_EXPORT Salome_file_i:
public virtual POA_Engines::Salome_file
#include <fstream>
#include <sstream>
#include "HDFascii.hxx"
+#include <stdlib.h>
using namespace std;
//Author: Sergey RUIN
#include <stdio.h>
-#include <iostream.h>
+#include <iostream>
#include <vector>
#include <string>
+#include <string.h>
#include "DF_definitions.hxx"
#include "DF_Application.hxx"
#include <SALOMEconfig.h>
-#ifndef WNT
-#include <fstream.h>
-#else
#include <fstream>
+#ifdef WNT
#include <iosfwd>
#endif
#include <omnithread.h>
//otherwise all messages will be put into terminal via cout
bool m_putIntoFile;
//ofstream class specialized for disk file output
-#ifndef WNT
- ofstream m_outputFile;
-#else
- std::ofstream m_outputFile;
-#endif
+ std::ofstream m_outputFile;
+
//synchronisation object
static omni_mutex myLock;
};
#include "SALOME_Logger_Server.hxx"
#include <SALOMEconfig.h>
#include <sys/types.h>
+#include <stdlib.h>
+
#ifndef __WIN32__
# include <unistd.h>
#else
#include "DF_Attribute.hxx"
#include <string>
#include <vector>
+#include <string.h>
class SALOMEDSImpl_SComponent;
class SALOMEDSImpl_Study;
#include <string>
#include <vector>
#include "DF_Label.hxx"
+#include <string.h>
class SALOMEDSImpl_Tool
{
#include <iostream>
#include <limits.h>
#include <cassert>
+#include <string.h>
#ifndef WNT
#include <dlfcn.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <iostream.h>
-#include <fstream.h>
+#include <iostream>
+#include <fstream>
#include <pwd.h>
#include <unistd.h>
#else