#ifndef WIN32
# include <sys/stat.h>
+#else
+# include <windows.h>
+# include <time.h>
#endif
using namespace std;
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "SALOMEMultiComm.hxx"
-using namespace std;
SALOMEMultiComm::SALOMEMultiComm():_type(SALOME::CORBA_)
{
#include "SALOME_Component_i.hxx"
#include "SALOME_Container_i.hxx"
#include "RegistryConnexion.hxx"
-#include "OpUtil.hxx"
+#include "Basics_Utils.hxx"
#include <stdio.h>
#ifndef WIN32
#include <dlfcn.h>
}
#include "HDFinternalObject.hxx"
-using namespace std;
-
HDFinternalObject::HDFinternalObject(const char *name)
: HDFobject(name)
{
#include <sstream>
#include <sys/stat.h>
+#ifdef WIN32
+# include <time.h>
+#endif
+
using namespace std;
//=============================================================================
#ifndef WIN32
# include <unistd.h>
+#else
+# include <algorithm>
#endif
#define MAX_SIZE_FOR_HOSTNAME 256;