summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestAMDI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/TestAMDI.h')
-rw-r--r--cpp/test/Ice/exceptions/TestAMDI.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/cpp/test/Ice/exceptions/TestAMDI.h b/cpp/test/Ice/exceptions/TestAMDI.h
index 3b16b849d12..bdd7971b5fa 100644
--- a/cpp/test/Ice/exceptions/TestAMDI.h
+++ b/cpp/test/Ice/exceptions/TestAMDI.h
@@ -19,42 +19,42 @@ public:
ThrowerI(const Ice::ObjectAdapterPtr&);
virtual void shutdown_async(const Test::AMD_Thrower_shutdownPtr&,
- const Ice::Current&);
+ const Ice::Current&);
virtual void supportsUndeclaredExceptions_async(const Test::AMD_Thrower_supportsUndeclaredExceptionsPtr&,
- const Ice::Current&);
+ const Ice::Current&);
virtual void supportsAssertException_async(const Test::AMD_Thrower_supportsAssertExceptionPtr&,
- const Ice::Current&);
+ const Ice::Current&);
virtual void throwAasA_async(const Test::AMD_Thrower_throwAasAPtr&,
- Ice::Int, const Ice::Current&);
+ Ice::Int, const Ice::Current&);
virtual void throwAorDasAorD_async(const Test::AMD_Thrower_throwAorDasAorDPtr&,
- Ice::Int, const Ice::Current&);
+ Ice::Int, const Ice::Current&);
virtual void throwBasA_async(const Test::AMD_Thrower_throwBasAPtr&,
- Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwCasA_async(const Test::AMD_Thrower_throwCasAPtr&,
- Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwBasB_async(const Test::AMD_Thrower_throwBasBPtr&,
- Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwCasB_async(const Test::AMD_Thrower_throwCasBPtr&,
- Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwCasC_async(const Test::AMD_Thrower_throwCasCPtr&,
- Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwModA_async(const Test::AMD_Thrower_throwModAPtr&,
- Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwUndeclaredA_async(const Test::AMD_Thrower_throwUndeclaredAPtr&,
- Ice::Int, const Ice::Current&);
+ Ice::Int, const Ice::Current&);
virtual void throwUndeclaredB_async(const Test::AMD_Thrower_throwUndeclaredBPtr&,
- Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwUndeclaredC_async(const Test::AMD_Thrower_throwUndeclaredCPtr&,
- Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
+ Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwLocalException_async(const Test::AMD_Thrower_throwLocalExceptionPtr&,
- const Ice::Current&);
+ const Ice::Current&);
virtual void throwNonIceException_async(const Test::AMD_Thrower_throwNonIceExceptionPtr&,
- const Ice::Current&);
+ const Ice::Current&);
virtual void throwAssertException_async(const Test::AMD_Thrower_throwAssertExceptionPtr&,
- const Ice::Current&);
+ const Ice::Current&);
private: