summaryrefslogtreecommitdiff
path: root/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/DynamicInterface/Request.cpp')
-rw-r--r--tao/DynamicInterface/Request.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tao/DynamicInterface/Request.cpp b/tao/DynamicInterface/Request.cpp
index 0764f125b9c..51bc039a815 100644
--- a/tao/DynamicInterface/Request.cpp
+++ b/tao/DynamicInterface/Request.cpp
@@ -1,11 +1,6 @@
// $Id$
#include "tao/DynamicInterface/Request.h"
-
-ACE_RCSID (DynamicInterface,
- Request,
- "$Id$")
-
#include "tao/DynamicInterface/DII_Invocation_Adapter.h"
#include "tao/DynamicInterface/DII_Arguments.h"
#include "tao/DynamicInterface/Context.h"
@@ -156,7 +151,7 @@ CORBA::Request::invoke (void)
// If we returned without an exception being thrown the response
// (if any) is assumed to be received.
this->response_received_ = true;
-
+
// If this request was created by a gateway, then result_
// and/or args_ are shared by a CORBA::ServerRequest, whose
// reply must be in the same byte order as the reply we are