Salome HOME
IMP NPAL13547: Checkbox to kill SALOME completely.
[modules/kernel.git] / src / ModuleCatalog / SALOME_ModuleCatalog_impl.hxx
index 0768c5de776881a377c115885e9717ade830b5aa..4c9334c845144dd9235eec047be8d5a173b13af4 100644 (file)
@@ -104,6 +104,8 @@ public:
     GetComponentInfo(const char *name);
 
   void ping(){};
+  CORBA::Long getPID();
+  void ShutdownWithExit();
 
   void shutdown() { if(!CORBA::is_nil(_orb)) _orb->shutdown(0); };