summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/RegistryI.h
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-02 13:58:41 -0400
committerJoe George <joe@zeroc.com>2017-05-02 15:42:34 -0400
commitcd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9 (patch)
tree5dbc0bfc43e2c195ab7e7d819e1914611f943f1d /cpp/src/IceGrid/RegistryI.h
parentRemoved trailing whitespace generated by slice2js (diff)
downloadice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.bz2
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.xz
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.zip
Remove trailing whitespace
Diffstat (limited to 'cpp/src/IceGrid/RegistryI.h')
-rw-r--r--cpp/src/IceGrid/RegistryI.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/cpp/src/IceGrid/RegistryI.h b/cpp/src/IceGrid/RegistryI.h
index 6707a6c4839..a88b0d85d91 100644
--- a/cpp/src/IceGrid/RegistryI.h
+++ b/cpp/src/IceGrid/RegistryI.h
@@ -33,16 +33,16 @@ class TraceLevels;
typedef IceUtil::Handle<TraceLevels> TraceLevelsPtr;
class ReapThread;
-typedef IceUtil::Handle<ReapThread> ReapThreadPtr;
+typedef IceUtil::Handle<ReapThread> ReapThreadPtr;
class SessionServantManager;
-typedef IceUtil::Handle<SessionServantManager> SessionServantManagerPtr;
+typedef IceUtil::Handle<SessionServantManager> SessionServantManagerPtr;
class ClientSessionFactory;
-typedef IceUtil::Handle<ClientSessionFactory> ClientSessionFactoryPtr;
+typedef IceUtil::Handle<ClientSessionFactory> ClientSessionFactoryPtr;
class AdminSessionFactory;
-typedef IceUtil::Handle<AdminSessionFactory> AdminSessionFactoryPtr;
+typedef IceUtil::Handle<AdminSessionFactory> AdminSessionFactoryPtr;
std::string getInstanceName(const Ice::CommunicatorPtr&);
@@ -65,13 +65,13 @@ public:
virtual int getSessionTimeout(const Ice::Current&) const;
virtual int getACMTimeout(const Ice::Current&) const;
-
+
std::string getName() const;
RegistryInfo getInfo() const;
void waitForShutdown();
virtual void shutdown();
-
+
std::string getServerAdminCategory() const { return _instanceName + "-RegistryServerAdminRouter"; }
std::string getNodeAdminCategory() const { return _instanceName + "-RegistryNodeAdminRouter"; }
std::string getReplicaAdminCategory() const { return _instanceName + "-RegistryReplicaAdminRouter"; }
@@ -84,14 +84,14 @@ public:
private:
- void setupLocatorRegistry();
- LocatorPrx setupLocator(const RegistryPrx&, const QueryPrx&);
+ void setupLocatorRegistry();
+ LocatorPrx setupLocator(const RegistryPrx&, const QueryPrx&);
QueryPrx setupQuery();
RegistryPrx setupRegistry();
InternalRegistryPrx setupInternalRegistry();
bool setupUserAccountMapper();
Ice::ObjectAdapterPtr setupClientSessionFactory(const LocatorPrx&);
- Ice::ObjectAdapterPtr setupAdminSessionFactory(const Ice::ObjectPtr&, const Ice::ObjectPtr&,
+ Ice::ObjectAdapterPtr setupAdminSessionFactory(const Ice::ObjectPtr&, const Ice::ObjectPtr&,
const Ice::ObjectPtr&, const LocatorPrx&);
Glacier2::PermissionsVerifierPrx getPermissionsVerifier(const LocatorPrx&, const std::string&);
@@ -100,7 +100,7 @@ private:
NodePrxSeq registerReplicas(const InternalRegistryPrx&, const NodePrxSeq&);
void registerNodes(const InternalRegistryPrx&, const NodePrxSeq&);
-
+
const Ice::CommunicatorPtr _communicator;
const TraceLevelsPtr _traceLevels;
const bool _nowarn;
@@ -122,7 +122,7 @@ private:
int _sessionTimeout;
IceInternal::UniquePtr<ReplicaSessionManager> _session;
mutable PlatformInfo _platform;
-
+
ClientSessionFactoryPtr _clientSessionFactory;
Glacier2::PermissionsVerifierPrx _clientVerifier;
Glacier2::SSLPermissionsVerifierPrx _sslClientVerifier;