summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Constants.h')
-rw-r--r--TAO/tao/ORB_Constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Constants.h b/TAO/tao/ORB_Constants.h
index afa933dfdae..6123d76829b 100644
--- a/TAO/tao/ORB_Constants.h
+++ b/TAO/tao/ORB_Constants.h
@@ -44,13 +44,13 @@ namespace CORBA
* @c 2 is done as follows:
*
* @verbatim
- * throw (CORBA::BAD_PARAM (CORBA::OMGVMCID | 2, CORBA::COMPLETED_NO);
+ * throw ::CORBA::BAD_PARAM (CORBA::OMGVMCID | 2, CORBA::COMPLETED_NO);
* @endverbatim
*
* *NOT* as:
*
* @verbatim
- * throw (CORBA::BAD_PARAM (2, CORBA::COMPLETED_NO);
+ * throw ::CORBA::BAD_PARAM (2, CORBA::COMPLETED_NO);
* @endverbatim
*/
const ULong OMGVMCID = 0x4f4d0000U;