summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.h')
-rw-r--r--TAO/tao/DynamicInterface/Request.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h
index 92581d2d0f3..e912de15fe6 100644
--- a/TAO/tao/DynamicInterface/Request.h
+++ b/TAO/tao/DynamicInterface/Request.h
@@ -185,8 +185,8 @@ namespace CORBA
/// Set the byte order member.
void _tao_byte_order (int byte_order);
- // Hold on to a user exception in case we are part of a TAO
- // gateway.
+ /// Hold on to a user exception in case we are part of a TAO
+ /// gateway.
void raw_user_exception (TAO_InputCDR &cdr);
/// Accessor for the input stream containing the exception.
@@ -270,7 +270,6 @@ namespace CORBA
/// Stores user exception as a CDR stream when this request is
/// used in a TAO gateway.
ACE_CString raw_user_exception_;
-
};
} // End CORBA namespace.