diff options
Diffstat (limited to 'cppe/test/IceE/custom/Server.cpp')
-rw-r--r-- | cppe/test/IceE/custom/Server.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppe/test/IceE/custom/Server.cpp b/cppe/test/IceE/custom/Server.cpp index 645d609c3c2..b564ea0543e 100644 --- a/cppe/test/IceE/custom/Server.cpp +++ b/cppe/test/IceE/custom/Server.cpp @@ -11,6 +11,7 @@ #include <TestCommon.h> #include <TestApplication.h> #include <TestI.h> +#include <WstringI.h> using namespace std; @@ -37,6 +38,8 @@ public: Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("TestAdapter"); adapter->add(new TestIntfI(communicator()), Ice::stringToIdentity("test")); + adapter->add(new Test1::WstringClassI, Ice::stringToIdentity("wstring1")); + adapter->add(new Test2::WstringClassI, Ice::stringToIdentity("wstring2")); adapter->activate(); #ifndef _WIN32_WCE |