diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-03-26 15:40:38 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-03-26 15:40:38 +0000 |
commit | 8b5e42cc814fe8d80d0c086780ae9c8f135f9cbf (patch) | |
tree | 9336288cb42852aa8a81c889ee3efc74aea45a42 /cppe/test/IceE/custom/Client.cpp | |
parent | Update depends (diff) | |
download | ice-8b5e42cc814fe8d80d0c086780ae9c8f135f9cbf.tar.bz2 ice-8b5e42cc814fe8d80d0c086780ae9c8f135f9cbf.tar.xz ice-8b5e42cc814fe8d80d0c086780ae9c8f135f9cbf.zip |
Updated depend
Diffstat (limited to 'cppe/test/IceE/custom/Client.cpp')
-rw-r--r-- | cppe/test/IceE/custom/Client.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cppe/test/IceE/custom/Client.cpp b/cppe/test/IceE/custom/Client.cpp index e9c8dc8e485..1ea11bffa2c 100644 --- a/cppe/test/IceE/custom/Client.cpp +++ b/cppe/test/IceE/custom/Client.cpp @@ -11,7 +11,6 @@ #include <TestCommon.h> #include <TestApplication.h> #include <Test.h> -#include <StringConverterI.h> using namespace std; @@ -29,8 +28,6 @@ public: { Ice::InitializationData initData; initData.properties = Ice::createProperties(); - initData.stringConverter = new Test::StringConverterI(); - initData.wstringConverter = new Test::WstringConverterI(); loadConfig(initData.properties); initData.logger = getLogger(); |