summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-02-27 08:37:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-02-27 08:37:10 +0000
commit9f88633f1d25cc698a60ebaaa64618911aed4e47 (patch)
tree1af8e3a50666ca469b998c65cfecfcc4e9f832dd /TAO/tao/TAO_Server_Request.cpp
parent6ea66161ee5ccd4f463a099a82a1366b493b39a9 (diff)
downloadATCD-9f88633f1d25cc698a60ebaaa64618911aed4e47.tar.gz
Wed Feb 27 08:36:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r--TAO/tao/TAO_Server_Request.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp
index 371d52005b6..eaee1862bc0 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -208,14 +208,14 @@ TAO_Service_Context &
TAO_ServerRequest::reply_service_context (void)
{
if (!operation_details_)
- {
- return this->reply_service_context_;
- }
+ {
+ return this->reply_service_context_;
+ }
else
- {
- return const_cast <TAO_Operation_Details*> (
- this->operation_details_)->reply_service_context ();
- }
+ {
+ return const_cast <TAO_Operation_Details*> (
+ this->operation_details_)->reply_service_context ();
+ }
}