summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.inl')
-rw-r--r--ACE/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.inl24
1 files changed, 24 insertions, 0 deletions
diff --git a/ACE/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.inl b/ACE/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.inl
new file mode 100644
index 00000000000..d44f0bc56dd
--- /dev/null
+++ b/ACE/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.inl
@@ -0,0 +1,24 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO::CSD::TP_Collocated_Asynch_Request::TP_Collocated_Asynch_Request
+ (TAO_ServerRequest& server_request,
+ const PortableServer::ObjectId& object_id,
+ PortableServer::POA_ptr poa,
+ const char* operation,
+ PortableServer::Servant servant,
+ TP_Servant_State* servant_state)
+ : TP_Corba_Request(object_id,
+ poa,
+ operation,
+ servant,
+ servant_state,
+ server_request)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL