// ********************************************************************** // // Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** #ifndef INTERCEPTOR_TEST_API_EXPORTS # define INTERCEPTOR_TEST_API_EXPORTS #endif #include #include #include using namespace IceUtil; using namespace std; void Test::RetryException::ice_print(ostream& out) const { Exception::ice_print(out); out << ":\nretry dispatch"; }