summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Request.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Server_Request.i')
-rw-r--r--TAO/tao/Server_Request.i48
1 files changed, 0 insertions, 48 deletions
diff --git a/TAO/tao/Server_Request.i b/TAO/tao/Server_Request.i
deleted file mode 100644
index ae9ffd8fa26..00000000000
--- a/TAO/tao/Server_Request.i
+++ /dev/null
@@ -1,48 +0,0 @@
-// $Id$
-
-ACE_INLINE void
-CORBA::release (CORBA_ServerRequest *req)
-{
- if (req)
- req->Release ();
-}
-
-ACE_INLINE TAO_InputCDR &
-IIOP_ServerRequest::incoming (void)
-{
- return *this->incoming_;
-}
-
-ACE_INLINE TAO_OutputCDR &
-IIOP_ServerRequest::outgoing (void)
-{
- return *this->outgoing_;
-}
-
-// Invocation attributes.
-ACE_INLINE const char *
-IIOP_ServerRequest::operation (void) const
-{
- return this->opname_;
-}
-
-#if 0
-//@@ (TAO) to do after Context is implemented
-ACE_INLINE CORBA::Context_ptr
-IIOP_ServerRequest::ctx (void)
-{
- return 0;
-}
-#endif
-
-ACE_INLINE CORBA::ORB_ptr
-IIOP_ServerRequest::orb (void)
-{
- return orb_;
-}
-
-ACE_INLINE TAO_POA *
-IIOP_ServerRequest::oa (void)
-{
- return poa_;
-}