summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-16 20:11:25 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-16 20:11:25 +0000
commitc4fc439d096dc506c503b5cecb2e9a3cf86f6276 (patch)
tree53e755a2c697eebc0163668a7390fd615cc2b968 /cpp/test/Ice/exceptions/Server.cpp
parentfixes for windows (diff)
downloadice-c4fc439d096dc506c503b5cecb2e9a3cf86f6276.tar.bz2
ice-c4fc439d096dc506c503b5cecb2e9a3cf86f6276.tar.xz
ice-c4fc439d096dc506c503b5cecb2e9a3cf86f6276.zip
fixes
Diffstat (limited to 'cpp/test/Ice/exceptions/Server.cpp')
-rw-r--r--cpp/test/Ice/exceptions/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/Server.cpp b/cpp/test/Ice/exceptions/Server.cpp
index 3789d6fa6b2..4e3a05e3328 100644
--- a/cpp/test/Ice/exceptions/Server.cpp
+++ b/cpp/test/Ice/exceptions/Server.cpp
@@ -14,7 +14,7 @@
using namespace std;
int
-run(int argc, char* argv[], Ice::CommunicatorPtr communicator)
+run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
string endpts("tcp -p 12345 -t 2000");
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("TestAdapter", endpts);