diff options
Diffstat (limited to 'objective-c/test/Ice/ami/AMITest.ice')
-rw-r--r-- | objective-c/test/Ice/ami/AMITest.ice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/objective-c/test/Ice/ami/AMITest.ice b/objective-c/test/Ice/ami/AMITest.ice index b0c0e8606fe..4940c472a6b 100644 --- a/objective-c/test/Ice/ami/AMITest.ice +++ b/objective-c/test/Ice/ami/AMITest.ice @@ -30,6 +30,8 @@ interface TestIntf int opBatchCount(); bool waitForBatch(int count); void shutdown(); + + bool supportsFunctionalTests(); }; interface TestIntfController |