diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-14 12:47:01 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-14 12:47:01 +0000 |
commit | 3bcbeda49ab17dad01bb27beecad1ecb893dbbf5 (patch) | |
tree | 10105f7576af57164422bfc229eb666e0392d18b /cppe/test | |
parent | fix up a typo and an unreachable code error under mono (diff) | |
download | ice-3bcbeda49ab17dad01bb27beecad1ecb893dbbf5.tar.bz2 ice-3bcbeda49ab17dad01bb27beecad1ecb893dbbf5.tar.xz ice-3bcbeda49ab17dad01bb27beecad1ecb893dbbf5.zip |
Fix bug with slicing test.
Diffstat (limited to 'cppe/test')
-rw-r--r-- | cppe/test/IceE/slicing/AllTests.cpp | 2 | ||||
-rw-r--r-- | cppe/test/IceE/slicing/TestI.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cppe/test/IceE/slicing/AllTests.cpp b/cppe/test/IceE/slicing/AllTests.cpp index 85887f0ba47..0a911e3826e 100644 --- a/cppe/test/IceE/slicing/AllTests.cpp +++ b/cppe/test/IceE/slicing/AllTests.cpp @@ -301,7 +301,7 @@ allTests(const Ice::CommunicatorPtr& communicator) } } tprintf("ok\n"); - +
tprintf("slicing of unknown most derived, unknown intermediate as base... "); fflush(stdout); { try diff --git a/cppe/test/IceE/slicing/TestI.h b/cppe/test/IceE/slicing/TestI.h index 3f0c3ccb449..639f152ba50 100644 --- a/cppe/test/IceE/slicing/TestI.h +++ b/cppe/test/IceE/slicing/TestI.h @@ -37,7 +37,7 @@ public: private: - const ::Ice::ObjectAdapterPtr& _adapter; + const ::Ice::ObjectAdapterPtr _adapter; }; #endif |