Salome HOME
bos #26457 Factorization of ORB initialization
[modules/kernel.git] / src / Utils / OpUtil.hxx
index 9328451cc2a41be649bfa638861c66fe08fdca82..0ac31d3e87e324d45e9235a23245390d727e6c77 100644 (file)
 
 UTILS_EXPORT const char *duplicate(const char * const);
 
+#if !defined(SALOME_LIGHT)
+
+#include <omniORB4/CORBA.h>
+
+namespace KERNEL
+{
+  UTILS_EXPORT CORBA::ORB_var GetRefToORB();
+}
+
+#endif
+
 #endif