diff options
Diffstat (limited to 'cpp/test/Ice/interceptor/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/interceptor/TestI.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/cpp/test/Ice/interceptor/TestI.cpp b/cpp/test/Ice/interceptor/TestI.cpp index 4cd1f54ea2a..e5e74ae0015 100644 --- a/cpp/test/Ice/interceptor/TestI.cpp +++ b/cpp/test/Ice/interceptor/TestI.cpp @@ -6,20 +6,20 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -
+ #ifndef INTERCEPTOR_TEST_API_EXPORTS # define INTERCEPTOR_TEST_API_EXPORTS #endif -#include <Ice/Ice.h>
-#include <Test.h>
-#include <iostream>
-
-using namespace IceUtil;
-using namespace std;
-
-void
-Test::RetryException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\nretry dispatch";
-}
+#include <Ice/Ice.h> +#include <Test.h> +#include <iostream> + +using namespace IceUtil; +using namespace std; + +void +Test::RetryException::ice_print(ostream& out) const +{ + Exception::ice_print(out); + out << ":\nretry dispatch"; +} |