diff options
Diffstat (limited to 'cpp/test/Ice/operations/TestI.h')
-rw-r--r-- | cpp/test/Ice/operations/TestI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/TestI.h b/cpp/test/Ice/operations/TestI.h index 484ebc15c77..d1897d9e130 100644 --- a/cpp/test/Ice/operations/TestI.h +++ b/cpp/test/Ice/operations/TestI.h @@ -33,6 +33,8 @@ public: virtual void shutdown(const Ice::Current&); + virtual bool supportsCompress(const Ice::Current&); + virtual void opVoid(const Ice::Current&); virtual Ice::Byte opByte(Ice::Byte, |