From 03f558e496a99b9ba2418987e867b4037ce40930 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 3 Nov 2008 11:25:24 +0000 Subject: Mon Nov 3 10:24:00 UTC 2008 Johnny Willemsen --- TAO/tao/ORB.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TAO/tao/ORB.h') diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 8ee9a8f8b4c..84e5c96a6c4 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -480,6 +480,9 @@ namespace CORBA #if !defined(CORBA_E_MICRO) /// Register an object reference with the ORB. void register_initial_reference (const char * id, CORBA::Object_ptr obj); + + /// Unregister an object reference with the ORB. + CORBA::Object_ptr unregister_initial_reference (const char * id); #endif /// Returns a sequence of ObjectIds that lists which objects have -- cgit v1.2.1