diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-10-19 13:41:38 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-10-19 13:41:38 +0000 |
commit | bf5017c7ca41b3eadf67011f79ef7332998a559b (patch) | |
tree | fc9ba9858183beecc91b2290cd8075968a2f02dc /cpp/src/IceGrid/NodeSessionManager.h | |
parent | Fixes (diff) | |
download | ice-bf5017c7ca41b3eadf67011f79ef7332998a559b.tar.bz2 ice-bf5017c7ca41b3eadf67011f79ef7332998a559b.tar.xz ice-bf5017c7ca41b3eadf67011f79ef7332998a559b.zip |
Fixes
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.h')
-rw-r--r-- | cpp/src/IceGrid/NodeSessionManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.h b/cpp/src/IceGrid/NodeSessionManager.h index 84fa666e638..abe8f21a7fd 100644 --- a/cpp/src/IceGrid/NodeSessionManager.h +++ b/cpp/src/IceGrid/NodeSessionManager.h @@ -30,7 +30,7 @@ public: NodeSessionKeepAliveThread(const InternalRegistryPrx&, const NodeIPtr&, const std::vector<QueryPrx>&); - virtual NodeSessionPrx createSession(const InternalRegistryPrx&, IceUtil::Time&); + virtual NodeSessionPrx createSession(InternalRegistryPrx&, IceUtil::Time&); virtual void destroySession(const NodeSessionPrx&); virtual bool keepAlive(const NodeSessionPrx&); @@ -75,7 +75,7 @@ private: } virtual NodeSessionPrx - createSession(const InternalRegistryPrx& master, IceUtil::Time& timeout) + createSession(InternalRegistryPrx& master, IceUtil::Time& timeout) { NodeSessionPrx session = NodeSessionKeepAliveThread::createSession(master, timeout); _manager.createdSession(session); |