summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Registry.cpp
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-18 17:50:45 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-18 17:50:45 +0000
commit056d590444bd3f22a59f78632d74a2cc705749e1 (patch)
tree522422fc61e42c01dd389a8b114f08e39a002edc /TAO/tao/Acceptor_Registry.cpp
parentc5159024f0b869f0c20eb32e5e09c6984c0aa33b (diff)
downloadATCD-056d590444bd3f22a59f78632d74a2cc705749e1.tar.gz
ChangeLogTag: Sat Nov 18 09:41:28 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/Acceptor_Registry.cpp')
-rw-r--r--TAO/tao/Acceptor_Registry.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tao/Acceptor_Registry.cpp b/TAO/tao/Acceptor_Registry.cpp
index 4f4c96af502..aa2e7941983 100644
--- a/TAO/tao/Acceptor_Registry.cpp
+++ b/TAO/tao/Acceptor_Registry.cpp
@@ -21,8 +21,6 @@
ACE_RCSID(tao, Acceptor_Registry, "$Id$")
-
-
TAO_Acceptor_Registry::TAO_Acceptor_Registry (void)
: acceptors_ (0),
size_ (0)
@@ -88,7 +86,7 @@ TAO_Acceptor_Registry::is_collocated (const TAO_MProfile &mprofile)
// @@ We need to invoke a nonconst <endpoint> method on
// <profile>. The content of profile/endpoint
- // will not be modified.
+ // will not be modified.
TAO_Profile *pf =
ACE_const_cast (TAO_Profile *,
profile);
@@ -209,7 +207,7 @@ TAO_Acceptor_Registry::open (TAO_ORB_Core *orb_core,
int found = 0;
// If usable protocol (factory) is found then this will be
// set equal to 1.
-
+
for (TAO_ProtocolFactorySetItor factory =
orb_core->protocol_factories ()->begin ();
factory != end;
@@ -250,7 +248,7 @@ TAO_Acceptor_Registry::open (TAO_ORB_Core *orb_core,
-1);
}
}
-
+
// No longer need the endpoint set since all associated acceptors
// have been opened by now. Reclaim the memory used by the endpoint
// set.