From 08ec7524df324e627bbb8d93c509f0d90badbe3b Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 21 Dec 2007 11:12:14 -0500 Subject: IceUtil cleanup (first commit) --- cpp/src/IceGrid/ObjectCache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceGrid/ObjectCache.cpp') diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index 817bb05f522..57545deb588 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -19,7 +19,7 @@ using namespace std; using namespace IceGrid; -pointer_to_unary_function ObjectCache::_rand(IceUtil::random); +pointer_to_unary_function ObjectCache::_rand(IceUtilInternal::random); namespace IceGrid { @@ -167,7 +167,7 @@ ObjectCache::getAll(const string& expression) ObjectInfoSeq infos; for(map::const_iterator p = _entries.begin(); p != _entries.end(); ++p) { - if(expression.empty() || IceUtil::match(_communicator->identityToString(p->first), expression, true)) + if(expression.empty() || IceUtilInternal::match(_communicator->identityToString(p->first), expression, true)) { infos.push_back(p->second->getObjectInfo()); } -- cgit v1.2.3