diff options
Diffstat (limited to 'java/test/Ice/operations/Test.ice')
-rw-r--r-- | java/test/Ice/operations/Test.ice | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test/Ice/operations/Test.ice b/java/test/Ice/operations/Test.ice index a819ad845a5..c57cb879968 100644 --- a/java/test/Ice/operations/Test.ice +++ b/java/test/Ice/operations/Test.ice @@ -145,8 +145,9 @@ dictionary<string, MyEnum> StringMyEnumD; IntS opIntS(IntS s); - Ice::Context opContext(); + void opByteSOneway(ByteS s); + Ice::Context opContext(); }; ["ami"] class MyDerivedClass extends MyClass |