diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h index 0787225506f..dc113cb773b 100644 --- a/cpp/test/Ice/exceptions/TestI.h +++ b/cpp/test/Ice/exceptions/TestI.h @@ -33,6 +33,9 @@ public: virtual void throwBasB(Ice::Int, Ice::Int, const Ice::Current&); virtual void throwCasB(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&); virtual void throwCasC(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&); + + virtual void throwModA(Ice::Int, Ice::Int, const Ice::Current&); + virtual void throwUndeclaredA(Ice::Int, const Ice::Current&); virtual void throwUndeclaredB(Ice::Int, Ice::Int, const Ice::Current&); virtual void throwUndeclaredC(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&); |