summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-13 20:57:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-13 20:57:53 +0000
commit1969e65ef81b5aa8ef43614132ac4ee6e8339f77 (patch)
tree6c323680149a86e73ce8f7a4b424c682e240ae1b
parent4dd61aaf2eea35109e7926a470b428734cb273f2 (diff)
downloadATCD-1969e65ef81b5aa8ef43614132ac4ee6e8339f77.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/CSIv2/CSS_RequestInterceptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CSIv2/CSS_RequestInterceptor.cpp b/TAO/orbsvcs/orbsvcs/CSIv2/CSS_RequestInterceptor.cpp
index f9293a85c25..7e1706f31d5 100644
--- a/TAO/orbsvcs/orbsvcs/CSIv2/CSS_RequestInterceptor.cpp
+++ b/TAO/orbsvcs/orbsvcs/CSIv2/CSS_RequestInterceptor.cpp
@@ -31,7 +31,7 @@ TAO::CSS_RequestInterceptor::send_request (
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::ForwardRequest))
{
-
+
CSI::SASContextBody sas_context;
const CORBA::Boolean context_created =
@@ -104,7 +104,7 @@ TAO::CSS_RequestInterceptor::receive_reply (
default:
// No other message types should be sent by a target
// security service in a normal reply.
-
+
// @@ What do we do in this case?
break;
}