summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Registry.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-08 04:46:32 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-08 04:46:32 +0000
commit2c0dba5119d8dfd6bc8a526397ef0a2eb66189c5 (patch)
tree23cb4397202bf6f95733da17ca3115cbc0bfd1c3 /TAO/tao/Acceptor_Registry.cpp
parent8c23afaa17d7abd748a3fc60028766c6094195b1 (diff)
downloadATCD-2c0dba5119d8dfd6bc8a526397ef0a2eb66189c5.tar.gz
ChangeLogTag:Thu Mar 7 20:43:56 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Acceptor_Registry.cpp')
-rw-r--r--TAO/tao/Acceptor_Registry.cpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/Acceptor_Registry.cpp b/TAO/tao/Acceptor_Registry.cpp
index 17c88a70769..244130c5ac0 100644
--- a/TAO/tao/Acceptor_Registry.cpp
+++ b/TAO/tao/Acceptor_Registry.cpp
@@ -1,4 +1,5 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
+//
// $Id$
#include "tao/Acceptor_Registry.h"
@@ -12,13 +13,14 @@
#include "tao/Endpoint.h"
#include "ace/Auto_Ptr.h"
-#include "ace/SString.h"
#if !defined(__ACE_INLINE__)
#include "tao/Acceptor_Registry.i"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(tao, Acceptor_Registry, "$Id$")
+ACE_RCSID (tao,
+ Acceptor_Registry,
+ "$Id$")
TAO_Acceptor_Registry::TAO_Acceptor_Registry (void)
: acceptors_ (0),
@@ -588,10 +590,3 @@ TAO_Acceptor_Registry::open_i (TAO_ORB_Core *orb_core,
return 0;
}
-
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */