summaryrefslogtreecommitdiff
path: root/TAO/tao/operation_details.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/operation_details.h')
-rw-r--r--TAO/tao/operation_details.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/operation_details.h b/TAO/tao/operation_details.h
index bdace9457dd..d42e66213d8 100644
--- a/TAO/tao/operation_details.h
+++ b/TAO/tao/operation_details.h
@@ -63,7 +63,6 @@ class TAO_Reply_Dispatcher;
class TAO_Export TAO_Operation_Details
{
public:
-
/// Declare FW_Server_Request_Wrapper a friend
/// This friendship makes the FW_Server_Request_Wrapper be able to
/// clone the TAO_Operation_Details data member in TAO_ServerRequest.
@@ -176,7 +175,6 @@ public:
void reply_dispatcher (TAO_Reply_Dispatcher *rd);
private:
-
/// Name of the operation being invoked.
const char *opname_;
@@ -235,7 +233,6 @@ private:
/// The optional reply dispatcher
TAO_Reply_Dispatcher *reply_dispatcher_;
-
};
TAO_END_VERSIONED_NAMESPACE_DECL