From 59788b8663f1f05a95b7afbbc6d2846dae11c96a Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sun, 23 Jun 2002 21:17:04 +0000 Subject: removed spaces after keywords --- cpp/src/Ice/ObjectFactoryManager.h | 84 +++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'cpp/src/Ice/ObjectFactoryManager.h') diff --git a/cpp/src/Ice/ObjectFactoryManager.h b/cpp/src/Ice/ObjectFactoryManager.h index c10cd4fe09c..df0415714a3 100644 --- a/cpp/src/Ice/ObjectFactoryManager.h +++ b/cpp/src/Ice/ObjectFactoryManager.h @@ -1,42 +1,42 @@ -// ********************************************************************** -// -// Copyright (c) 2002 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -#ifndef ICE_SERVANT_FACTORY_MANAGER_H -#define ICE_SERVANT_FACTORY_MANAGER_H - -#include -#include -#include -#include - -namespace IceInternal -{ - -class ObjectFactoryManager : public ::IceUtil::Shared, public ::IceUtil::Mutex -{ -public: - - void add(const ::Ice::ObjectFactoryPtr&, const std::string&); - void remove(const std::string&); - ::Ice::ObjectFactoryPtr find(const std::string&); - -private: - - ObjectFactoryManager(); - void destroy(); - friend class Instance; - - std::map _factoryMap; - std::map::iterator _factoryMapHint; -}; - -} - -#endif +// ********************************************************************** +// +// Copyright (c) 2002 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef ICE_SERVANT_FACTORY_MANAGER_H +#define ICE_SERVANT_FACTORY_MANAGER_H + +#include +#include +#include +#include + +namespace IceInternal +{ + +class ObjectFactoryManager : public ::IceUtil::Shared, public ::IceUtil::Mutex +{ +public: + + void add(const ::Ice::ObjectFactoryPtr&, const std::string&); + void remove(const std::string&); + ::Ice::ObjectFactoryPtr find(const std::string&); + +private: + + ObjectFactoryManager(); + void destroy(); + friend class Instance; + + std::map _factoryMap; + std::map::iterator _factoryMapHint; +}; + +} + +#endif -- cgit v1.2.3