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 004fe7eee02..6a7cbd17625 100644 --- a/cpp/test/Ice/operations/Test.ice +++ b/cpp/test/Ice/operations/Test.ice @@ -230,6 +230,8 @@ class MyClass void opByteSOneway(ByteS s); + int opByteSOnewayCallCount(); + Ice::Context opContext(); void opDoubleMarshaling(double p1, DoubleS p2); |