summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-06-07 13:02:39 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-06-07 13:02:39 +0200
commitec9ea2cb073f98e1f56f23f23ede885c5e4d831e (patch)
treef4c1afbecbbea475e99b5cd8344b89e1bdcc6265
parent80bce7afb0cccdb9dbf82b24aebdcb36f918f2aa (diff)
downloadATCD-ec9ea2cb073f98e1f56f23f23ede885c5e4d831e.tar.gz
Fixed typo in comment
* TAO/tao/PI/ClientRequestInfo.cpp:
-rw-r--r--TAO/tao/PI/ClientRequestInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/PI/ClientRequestInfo.cpp b/TAO/tao/PI/ClientRequestInfo.cpp
index 708891e7674..fc7a4980394 100644
--- a/TAO/tao/PI/ClientRequestInfo.cpp
+++ b/TAO/tao/PI/ClientRequestInfo.cpp
@@ -141,7 +141,6 @@ TAO_ClientRequestInfo::received_exception (void)
// The spec says that if it is a user exception which can't be
// inserted then the UNKNOWN exception needs to be thrown with minor
// code 1.
-
CORBA::Any * temp = 0;
ACE_NEW_THROW_EX (temp,
@@ -367,7 +366,7 @@ TAO_ClientRequestInfo::request_id (void)
// @@ The following request ID generator prevents the
// PortableInterceptor::ClientRequestInterceptor::send_request()
- // interception point from occuring before the call to connect,
+ // interception point from occurring before the call to connect,
// thus preventing us from adding an optimization that itself
// prevents a connection from being unnecessarily performed.
// Thus, the ClientRequestInfo object is forced to have its own