From af06b4a56d6505a196e07a72aaa6b4b700ad5aa1 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 2 Jan 2005 17:17:12 +0000 Subject: Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'. --- src/messaging/serviceFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/messaging/serviceFactory.cpp') diff --git a/src/messaging/serviceFactory.cpp b/src/messaging/serviceFactory.cpp index a444ac1a..d046b03c 100644 --- a/src/messaging/serviceFactory.cpp +++ b/src/messaging/serviceFactory.cpp @@ -79,7 +79,7 @@ service* serviceFactory::create const serviceFactory::registeredService* serviceFactory::getServiceByProtocol(const string& protocol) const { - const string name(stringUtils::toLower(protocol)); + const string name(utility::stringUtils::toLower(protocol)); for (std::vector ::const_iterator it = m_services.begin() ; it != m_services.end() ; ++it) -- cgit v1.2.3