// ********************************************************************** // // Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** #import @interface TestProxyMyDerivedClassI : TestProxyMyDerivedClass { @private ICEContext *_ctx; } -(id) echo:(id)proxy current:(ICECurrent*)current; -(void) shutdown:(ICECurrent*)current; -(ICEContext*) getContext:(ICECurrent*)current; -(BOOL) ice_isA:(NSString*)typeId current:(ICECurrent*)current; @end