diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-04 17:34:20 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-04 17:34:20 +0000 |
commit | 5d835d930c646b0fa8dd684d6b95140d763d0b7f (patch) | |
tree | d0f46483f74e1e2b3cfbe237867b0c39b44af00a /cpp/test/IceSSL/configuration/TestI.cpp | |
parent | adding timeout test (diff) | |
download | ice-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.cpp | 2 |
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 |