From 3f4226eaac5d0d30be1f4ca5d5cf010c98a7ce7d Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 12 Oct 2008 10:05:28 +0000 Subject: Fixed compilation warnings. --- src/net/serviceInfos.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/serviceInfos.cpp') diff --git a/src/net/serviceInfos.cpp b/src/net/serviceInfos.cpp index 01547a14..d6aee298 100644 --- a/src/net/serviceInfos.cpp +++ b/src/net/serviceInfos.cpp @@ -79,7 +79,7 @@ serviceInfos::~serviceInfos() } -const bool serviceInfos::hasProperty(ref s, const property& p) const +bool serviceInfos::hasProperty(ref s, const property& p) const { return s->getProperties().hasProperty(getPropertyPrefix() + p.getName()); } @@ -141,13 +141,13 @@ const string& serviceInfos::property::getDefaultValue() const } -const serviceInfos::property::Types serviceInfos::property::getType() const +serviceInfos::property::Types serviceInfos::property::getType() const { return (m_type); } -const int serviceInfos::property::getFlags() const +int serviceInfos::property::getFlags() const { return (m_flags); } -- cgit v1.2.3