//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-
+#ifndef __KERNELSERVICES_HXX__
+#define __KERNELSERVICES_HXX__
#include <string>
void RegisterCompoInternal(const std::string& compoName, const std::string& compoIOR);
std::string RetrieveCompoInternal(const std::string& compoName);
+#endif
//
// Author: Guillaume Boulant (EDF/R&D)
-
+#ifndef __SALOME_KERNEL_SERVICES_HXX__
+#define __SALOME_KERNEL_SERVICES_HXX__
#pragma once
#include "KernelHelpers.hxx"
#include "Utils_CorbaException.hxx"
// Tip: CORBA exceptions can be used with LOG (or more generally in streams)
// Ex: LOG("An exception occurs: "<<e) will log the data of the exception e
+#endif //__SALOME_KERNEL_SERVICES_HXX__
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-
+#ifndef __KERNEL_MODULE_CATALOG_HXX__
+#define __KERNEL_MODULE_CATALOG_HXX__
#include <string>
std::string GetModuleCatalogInstance(const std::string& listOfCatalogsGrouped);
+#endif
// Module : SALOME
// $Header$
//
+#ifndef __SALOME_MODULECATALOG_IMPL_HXX__
+#define __SALOME_MODULECATALOG_IMPL_HXX__
#pragma once
#include "SALOME_ModuleCatalog.hxx"
CORBA::ORB_ptr _orb;
Private* myPrivate;
};
+#endif //__SALOME_MODULECATALOG_IMPL_HXX__
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-
+#ifndef __KERNEL_DS_HXX__
+#define __KERNEL_DS_HXX__
#include <string>
std::string GetSessionInstance();
+#endif