diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-04-02 17:53:08 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-04-02 17:53:08 +0000 |
commit | bbc725845edbb665001ab812e3ba3e97ca7a1ee0 (patch) | |
tree | 53840c8d604892bd96aad6538bdd0693f8869ee5 /TAO | |
parent | 2d9bbee0363d59f7bb74d359c060958bfaaf122f (diff) | |
download | ATCD-bbc725845edbb665001ab812e3ba3e97ca7a1ee0.tar.gz |
ChangeLogTag: Mon Apr 2 17:52:41 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 11 | ||||
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/INS_Locator.h | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index d36ae35ab7f..8ee38eb37cd 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,14 @@ +Mon Apr 2 17:52:41 UTC 2007 Chad Elliott <elliott_c@ociweb.com> + + * orbsvcs/ImplRepo_Service/INS_Locator.h: + + Use a TAO_Local_RefCounted_Object instead of CORBA::LocalObject to + ensure that the INS_Locator is released in the end. + + * orbsvcs/ImplRepo_Service/Locator_Options.cpp: + + Use ImplRepo_Service in the usage instead of ImR_Locator. + Mon Apr 2 15:24:46 UTC 2007 Chad Elliott <elliott_c@ociweb.com> * tests/Bug_2735_Regression/run_test.pl: diff --git a/TAO/orbsvcs/ImplRepo_Service/INS_Locator.h b/TAO/orbsvcs/ImplRepo_Service/INS_Locator.h index c80a9d6d7b5..062e4077d88 100644 --- a/TAO/orbsvcs/ImplRepo_Service/INS_Locator.h +++ b/TAO/orbsvcs/ImplRepo_Service/INS_Locator.h @@ -36,7 +36,7 @@ class ImR_Locator_i; */ class INS_Locator : public virtual IORTable::Locator, - public virtual CORBA::LocalObject + public virtual TAO_Local_RefCounted_Object { public: INS_Locator (ImR_Locator_i& loc); diff --git a/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp b/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp index 810649d2bb5..fe7ac71f677 100644 --- a/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp +++ b/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp @@ -240,7 +240,7 @@ Options::print_usage (void) const ACE_ERROR ((LM_ERROR, "Usage:\n" "\n" - "ImR_Locator [-c cmd] [-d 0|1|2] [-m] [-o file]\n" + "ImplRepo_Service [-c cmd] [-d 0|1|2] [-m] [-o file]\n" " [-r|-p file|-x file] [-s] [-t secs] [-v secs]\n" " -c command Runs nt service commands ('install' or 'remove')\n" " -d level Sets the debug level (default 1)\n" |