diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-17 16:15:59 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-17 16:15:59 +0000 |
commit | 1634b3e8f28a42b3084595e60d2095b771958b59 (patch) | |
tree | 53a1051d7288ac43eb525f7ce2751febe39473c9 /cpp/test/Ice/interceptor/MyObjectI.cpp | |
parent | Added __validateXXX (diff) | |
download | ice-1634b3e8f28a42b3084595e60d2095b771958b59.tar.bz2 ice-1634b3e8f28a42b3084595e60d2095b771958b59.tar.xz ice-1634b3e8f28a42b3084595e60d2095b771958b59.zip |
Put the generated code in its own library on Windows to test dllexport
Diffstat (limited to 'cpp/test/Ice/interceptor/MyObjectI.cpp')
-rw-r--r-- | cpp/test/Ice/interceptor/MyObjectI.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/test/Ice/interceptor/MyObjectI.cpp b/cpp/test/Ice/interceptor/MyObjectI.cpp index 10d83a0efb3..f814820d713 100644 --- a/cpp/test/Ice/interceptor/MyObjectI.cpp +++ b/cpp/test/Ice/interceptor/MyObjectI.cpp @@ -11,18 +11,10 @@ #include <MyObjectI.h> #include <TestCommon.h> #include <IceUtil/IceUtil.h> -#include <iostream> using namespace IceUtil; using namespace std; -void -Test::RetryException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nretry dispatch"; -} - int MyObjectI::add(int x, int y, const Ice::Current&) { |