diff options
Diffstat (limited to 'cpp/test/Ice/operations/Test.ice')
-rw-r--r-- | cpp/test/Ice/operations/Test.ice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Test.ice b/cpp/test/Ice/operations/Test.ice index d4c6f1c088a..e4e393e858a 100644 --- a/cpp/test/Ice/operations/Test.ice +++ b/cpp/test/Ice/operations/Test.ice @@ -98,6 +98,8 @@ interface MyClass { void shutdown(); + bool supportsCompress(); + void opVoid(); byte opByte(byte p1, byte p2, |