diff options
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp index 6b5558230a5..dc66ae97d43 100644 --- a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp +++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp @@ -1118,7 +1118,7 @@ ImR_Locator_i::findPOA (const char* name) bool ImR_Locator_i::shutdown_server_i (const Server_Info_Ptr &si, - CORBA::Exception *&exret, + CORBA::Exception *&ex_ret, bool force) { const CORBA::ULong TAO_MINOR_MASK = 0x00000f80; |