summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/configuration/TestI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-04-04 17:34:20 +0000
committerMark Spruiell <mes@zeroc.com>2006-04-04 17:34:20 +0000
commit5d835d930c646b0fa8dd684d6b95140d763d0b7f (patch)
treed0f46483f74e1e2b3cfbe237867b0c39b44af00a /cpp/test/IceSSL/configuration/TestI.cpp
parentadding timeout test (diff)
downloadice-5d835d930c646b0fa8dd684d6b95140d763d0b7f.tar.bz2
ice-5d835d930c646b0fa8dd684d6b95140d763d0b7f.tar.xz
ice-5d835d930c646b0fa8dd684d6b95140d763d0b7f.zip
minor fix
Diffstat (limited to 'cpp/test/IceSSL/configuration/TestI.cpp')
-rw-r--r--cpp/test/IceSSL/configuration/TestI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/configuration/TestI.cpp b/cpp/test/IceSSL/configuration/TestI.cpp
index ff96b504fe9..e11349159d7 100644
--- a/cpp/test/IceSSL/configuration/TestI.cpp
+++ b/cpp/test/IceSSL/configuration/TestI.cpp
@@ -44,7 +44,7 @@ ServerFactoryI::createServer(const Test::Properties& props, const Current& curre
_servers[obj->ice_getIdentity()] = server;
adapter->activate();
- return Test::ServerPrx::uncheckedCast(obj);;
+ return Test::ServerPrx::uncheckedCast(obj);
}
void