From 1634b3e8f28a42b3084595e60d2095b771958b59 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 17 May 2007 16:15:59 +0000 Subject: Put the generated code in its own library on Windows to test dllexport --- cpp/test/Ice/interceptor/MyObjectI.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpp/test/Ice/interceptor/MyObjectI.cpp') 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 #include #include -#include 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&) { -- cgit v1.2.3