diff options
Diffstat (limited to 'cpp/test/Ice/facets/TestI.h')
-rw-r--r-- | cpp/test/Ice/facets/TestI.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/test/Ice/facets/TestI.h b/cpp/test/Ice/facets/TestI.h index 5286eecd34a..0d089ee35ef 100644 --- a/cpp/test/Ice/facets/TestI.h +++ b/cpp/test/Ice/facets/TestI.h @@ -68,4 +68,12 @@ private: Ice::CommunicatorPtr _communicator; }; +class HI : virtual public H, virtual public GI +{ +public: + + HI(const Ice::CommunicatorPtr&); + virtual std::string callH(const Ice::Current&); +}; + #endif |