Salome HOME
Adding explicit ORB destruction function.
[modules/kernel.git] / src / Utils / Utils_ORB_INIT.hxx
index 3665ce881a32952285f5ffadf8c8486799a62163..b18b81e01b1316610a706c84c45b76b6be52245d 100644 (file)
@@ -56,6 +56,7 @@ private :
 public :
         ORB_INIT( void );
         virtual ~ORB_INIT();
+        void explicit_destroy();
         CORBA::ORB_var & operator() ( int argc , char **argv ) throw( CommException ) ;
 
         inline CORBA::ORB_var &orb( void );