diff options
Diffstat (limited to 'cpp/src/IceGrid/LocatorI.cpp')
-rw-r--r-- | cpp/src/IceGrid/LocatorI.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/LocatorI.cpp b/cpp/src/IceGrid/LocatorI.cpp index 500ef3fe99b..47d9321ca67 100644 --- a/cpp/src/IceGrid/LocatorI.cpp +++ b/cpp/src/IceGrid/LocatorI.cpp @@ -398,6 +398,9 @@ LocatorI::getDirectProxyException(const AdapterPrx& adapter, const string& id, c } catch(const Ice::Exception&) { + // + // TODO: Add a warning!!! + // } PendingRequests requests; |