summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Server_Request.i')
-rw-r--r--TAO/tao/TAO_Server_Request.i11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tao/TAO_Server_Request.i b/TAO/tao/TAO_Server_Request.i
index c79064a782c..0e00e4ec7df 100644
--- a/TAO/tao/TAO_Server_Request.i
+++ b/TAO/tao/TAO_Server_Request.i
@@ -26,14 +26,9 @@ TAO_ServerRequest::operation (void) const
}
ACE_INLINE void
-TAO_ServerRequest::operation (const char *operation,
- size_t length,
- int release)
-{
- if (length == 0)
- this->operation_.set (operation, release);
- else
- this->operation_.set (operation, length, release);
+TAO_ServerRequest::operation (ACE_CString &operation)
+{
+ this->operation_ = operation;
}
ACE_INLINE unsigned int