summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 21:39:31 +0000
committerfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 21:39:31 +0000
commitb5b0ef4bbd69cd442d50bf900ed167d567a5fa5e (patch)
tree536de946c549721a0683aff386d4c388830a6091
parentdf9d520cf4f1f97b7ae6592a3693e724fce96f12 (diff)
downloadATCD-b5b0ef4bbd69cd442d50bf900ed167d567a5fa5e.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/Acceptor_Registry.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/TAO/tao/Acceptor_Registry.cpp b/TAO/tao/Acceptor_Registry.cpp
index d9a2eb33dc4..905895754e0 100644
--- a/TAO/tao/Acceptor_Registry.cpp
+++ b/TAO/tao/Acceptor_Registry.cpp
@@ -104,15 +104,6 @@ TAO_Acceptor_Registry::is_collocated (const TAO_MProfile &mprofile)
int
TAO_Acceptor_Registry::open (TAO_ORB_Core *orb_core)
{
- // @@ Fred&Ossama: This is not the problem you have to solve right
- // now, but we thought about giving explicit names to each
- // endpoint, the user could then use those names to setup
- // policies in the ORB that indicate which endpoints are served
- // by which thread.
- // IMHO that is one more reason to keep a list of endpoints in
- // the ORB_Core, instead of a string.
- // BTW, that also removes the restriction of using ';' in the
- // addresses. Just my two cents.
// protocol_factories is in the following form
// IOP1://addr1,addr2,...,addrN/;IOP2://addr1,...addrM/;...
@@ -179,7 +170,7 @@ TAO_Acceptor_Registry::open (TAO_ORB_Core *orb_core)
{
ACE_ERROR_RETURN ((LM_ERROR,
"(%P|%t) Unable to create an acceptor for %s\n",
- str.get ()),
+ iop.c_str ()),
-1);
}
}