diff options
Diffstat (limited to 'cpp/test/Ice/objects/TestI.h')
-rw-r--r-- | cpp/test/Ice/objects/TestI.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/test/Ice/objects/TestI.h b/cpp/test/Ice/objects/TestI.h index 46d6835948e..38c427bd9f4 100644 --- a/cpp/test/Ice/objects/TestI.h +++ b/cpp/test/Ice/objects/TestI.h @@ -140,4 +140,12 @@ public: }; typedef IceUtil::Handle<UnexpectedObjectExceptionTestI> UnexpectedObjectExceptionTestIPtr; +class TestIntfI : public Test::TestIntf +{ +public: + + virtual Test::BasePtr opDerived(const Ice::Current&); + virtual void throwDerived(const Ice::Current&); +}; + #endif |