summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-27 08:13:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-27 08:13:56 +0000
commit551e872207fb3394f606105e00f2ead1953265fd (patch)
treee29d3f7c842f4e95bde8f73b391a5ab2804e87a5
parent984ef8dfa2603693c85cbd58e7e1fa05be821a08 (diff)
downloadATCD-551e872207fb3394f606105e00f2ead1953265fd.tar.gz
Corrected syntax error.
-rw-r--r--TAO/tao/ORB.cpp2
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 ());
}