diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 08:13:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 08:13:56 +0000 |
commit | 551e872207fb3394f606105e00f2ead1953265fd (patch) | |
tree | e29d3f7c842f4e95bde8f73b391a5ab2804e87a5 | |
parent | 984ef8dfa2603693c85cbd58e7e1fa05be821a08 (diff) | |
download | ATCD-551e872207fb3394f606105e00f2ead1953265fd.tar.gz |
Corrected syntax error.
-rw-r--r-- | TAO/tao/ORB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index 4b2890510ca..b342cb27858 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -1777,7 +1777,7 @@ CORBA_ORB::string_to_object (const char *str // **************************************************************** char * -CORBA_ORB::id (TAO_ENV_ARG_DECL_NOT_USED) +CORBA_ORB::id (TAO_ENV_SINGLE_ARG_DECL_NOT_USED) { return CORBA::string_dup (this->orb_core_->orbid ()); } |