diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-12-19 16:25:36 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-12-19 16:25:36 +0000 |
commit | 9b810dc117c11967759c85280ba7c780f050b013 (patch) | |
tree | 71de09d58f26bd0c96759fc48ef2515e7f2c0b6c /cpp/src/IcePack/NodeInfo.cpp | |
parent | Removed Yellow + clear the servant locator map in ObjectAdapter. (diff) | |
download | ice-9b810dc117c11967759c85280ba7c780f050b013.tar.bz2 ice-9b810dc117c11967759c85280ba7c780f050b013.tar.xz ice-9b810dc117c11967759c85280ba7c780f050b013.zip |
Removed Yellow.
Diffstat (limited to 'cpp/src/IcePack/NodeInfo.cpp')
-rw-r--r-- | cpp/src/IcePack/NodeInfo.cpp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/cpp/src/IcePack/NodeInfo.cpp b/cpp/src/IcePack/NodeInfo.cpp index 639bb335936..856ec0e930d 100644 --- a/cpp/src/IcePack/NodeInfo.cpp +++ b/cpp/src/IcePack/NodeInfo.cpp @@ -96,36 +96,3 @@ IcePack::NodeInfo::getServerRegistry() const return 0; } } - -Yellow::QueryPrx -IcePack::NodeInfo::getYellowQuery() const -{ - // - // TODO: get it from the IcePack registry instead. - // - try - { - return Yellow::QueryPrx::checkedCast(_communicator->stringToProxy("Yellow/Query@Yellow.Query")); - } - catch(const Ice::LocalException& ex) - { - return 0; - } -} - -Yellow::AdminPrx -IcePack::NodeInfo::getYellowAdmin() const -{ - // - // TODO: get it from the IcePack registry instead. - // - try - { - return Yellow::AdminPrx::checkedCast(_communicator->stringToProxy("Yellow/Admin@Yellow.Admin")); - } - catch(const Ice::LocalException& ex) - { - return 0; - } -} - |