// // Copyright (c) ZeroC, Inc. All rights reserved. // #import #import // // Servant implementation // @interface TestOperationsMyDerivedClassI : TestOperationsMyDerivedClass { int _opByteSOnewayCallCount; NSCondition* _cond; } @end @interface TestOperationsBI : TestOperationsMB { } @end