summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/SessionManager.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-10-17 13:52:27 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-10-17 13:52:27 +0000
commit9684b99fb9b1c531a180f60c17128ee7502b7c7a (patch)
treeee76c1a78e0484a68fa22a04851b411d7428ef7e /cpp/src/IceGrid/SessionManager.h
parentChanged error message in Makefile.mak (diff)
downloadice-9684b99fb9b1c531a180f60c17128ee7502b7c7a.tar.bz2
ice-9684b99fb9b1c531a180f60c17128ee7502b7c7a.tar.xz
ice-9684b99fb9b1c531a180f60c17128ee7502b7c7a.zip
Replication fixes, more work on the replication tests
Diffstat (limited to 'cpp/src/IceGrid/SessionManager.h')
-rw-r--r--cpp/src/IceGrid/SessionManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/SessionManager.h b/cpp/src/IceGrid/SessionManager.h
index 0dcb3b006e2..02558d63848 100644
--- a/cpp/src/IceGrid/SessionManager.h
+++ b/cpp/src/IceGrid/SessionManager.h
@@ -143,7 +143,7 @@ public:
}
virtual bool
- tryCreateSession(InternalRegistryPrx registry)
+ tryCreateSession(const InternalRegistryPrx& registry)
{
{
Lock sync(*this);
@@ -170,7 +170,7 @@ public:
{
wait();
}
- }
+ }
return true;
}