diff options
Diffstat (limited to 'cppe/test/IceE/custom/Collocated.cpp')
-rw-r--r-- | cppe/test/IceE/custom/Collocated.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppe/test/IceE/custom/Collocated.cpp b/cppe/test/IceE/custom/Collocated.cpp index da213107c0f..c3582f2925f 100644 --- a/cppe/test/IceE/custom/Collocated.cpp +++ b/cppe/test/IceE/custom/Collocated.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(); Test::TestIntfPrx allTests(const Ice::CommunicatorPtr&); |