Go to the documentation of this file.00001
00002
00003
00004
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006
00007 ACE_INLINE
00008 TAO::CSD::TP_Remote_Request::TP_Remote_Request
00009 (TAO_ServerRequest& server_request,
00010 const PortableServer::ObjectId& object_id,
00011 PortableServer::POA_ptr poa,
00012 const char* operation,
00013 PortableServer::Servant servant,
00014 TP_Servant_State* servant_state)
00015 : TP_Corba_Request(object_id,
00016 poa,
00017 operation,
00018 servant,
00019 servant_state,
00020 server_request)
00021 {
00022 }
00023
00024 TAO_END_VERSIONED_NAMESPACE_DECL