diff options
Diffstat (limited to 'php/test/Ice/exceptions/Test.ice')
-rw-r--r-- | php/test/Ice/exceptions/Test.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/test/Ice/exceptions/Test.ice b/php/test/Ice/exceptions/Test.ice index e4c2eb74586..c062413374a 100644 --- a/php/test/Ice/exceptions/Test.ice +++ b/php/test/Ice/exceptions/Test.ice @@ -40,7 +40,7 @@ exception D int dMem; }; -["ami"] interface Thrower +interface Thrower { void shutdown(); bool supportsUndeclaredExceptions(); @@ -62,7 +62,7 @@ exception D idempotent void throwLocalExceptionIdempotent(); }; -["ami"] interface WrongOperation +interface WrongOperation { void noSuchOperation(); }; |