// // Copyright (c) ZeroC, Inc. All rights reserved. // #import @interface TestRetryRetryI : TestRetryRetry { int _counter; } -(void) op:(BOOL)kill current:(ICECurrent *)current; -(void) shutdown:(ICECurrent *)current; @end