summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-08-20 06:31:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-08-20 06:31:43 +0000
commit8f89ed733214a7af87e68add8ea1de729838bdcd (patch)
treeadd77595be13c861e242b363a3f620e8c165a8ba /TAO/tao
parentb4a0b5816db9fda9d265d9e822aeae248844150d (diff)
downloadATCD-8f89ed733214a7af87e68add8ea1de729838bdcd.tar.gz
ChangeLogTag:Thu Aug 19 23:28:25 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Acceptor_Impl.cpp18
1 files changed, 11 insertions, 7 deletions
diff --git a/TAO/tao/Acceptor_Impl.cpp b/TAO/tao/Acceptor_Impl.cpp
index 3f00eeb0567..b94573a79c9 100644
--- a/TAO/tao/Acceptor_Impl.cpp
+++ b/TAO/tao/Acceptor_Impl.cpp
@@ -1,5 +1,7 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
+//
// $Id$
+
// ============================================================================
//
// = LIBRARY
@@ -28,6 +30,7 @@
#include "ORB_Core.h"
#include "Transport_Cache_Manager.h"
#include "Thread_Lane_Resources.h"
+#include "Transport.h"
#include "debug.h"
#if !defined(__ACE_INLINE__)
@@ -38,12 +41,13 @@ ACE_RCSID (tao,
Acceptor_Impl,
"$Id$")
-////////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
template <class SVC_HANDLER>
-TAO_Creation_Strategy<SVC_HANDLER>::TAO_Creation_Strategy (TAO_ORB_Core *orb_core,
- void *arg,
- CORBA::Boolean flag)
+TAO_Creation_Strategy<SVC_HANDLER>::TAO_Creation_Strategy (
+ TAO_ORB_Core *orb_core,
+ void *arg,
+ CORBA::Boolean flag)
: ACE_Creation_Strategy<SVC_HANDLER> (0, orb_core->reactor()),
orb_core_ (orb_core),
arg_ (arg),
@@ -69,7 +73,7 @@ TAO_Creation_Strategy<SVC_HANDLER>::make_svc_handler (SVC_HANDLER *&sh)
return 0;
}
-////////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
template <class SVC_HANDLER>
TAO_Concurrency_Strategy<SVC_HANDLER>::TAO_Concurrency_Strategy (TAO_ORB_Core *orb_core)
@@ -189,7 +193,7 @@ TAO_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler (SVC_HANDLER *sh,
return result;
}
-////////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
template <class SVC_HANDLER, ACE_PEER_ACCEPTOR_1>
TAO_Accept_Strategy<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::TAO_Accept_Strategy (TAO_ORB_Core *orb_core)