summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox/ServiceManagerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.h')
-rw-r--r--cpp/src/IceBox/ServiceManagerI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.h b/cpp/src/IceBox/ServiceManagerI.h
index dd56621ac3f..87ddd472267 100644
--- a/cpp/src/IceBox/ServiceManagerI.h
+++ b/cpp/src/IceBox/ServiceManagerI.h
@@ -19,7 +19,7 @@
namespace IceBox
{
-class ServiceManagerI : public ServiceManager,
+class ServiceManagerI : public ServiceManager,
public IceUtil::Monitor<IceUtil::Mutex>
#ifdef ICE_CPP11_MAPPING
, public std::enable_shared_from_this<ServiceManagerI>
@@ -86,7 +86,7 @@ private:
Ice::PropertiesPtr createServiceProperties(const std::string&);
void destroyServiceCommunicator(const std::string&, const Ice::CommunicatorPtr&);
-
+
bool configureAdmin(const Ice::PropertiesPtr&, const std::string&);
void removeAdminFacets(const std::string&);