// ********************************************************************** // // Copyright (c) 2003-2016 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 TestFacetsAI : TestFacetsA @end @interface TestFacetsBI : TestFacetsB @end @interface TestFacetsCI : TestFacetsC @end @interface TestFacetsDI : TestFacetsD @end @interface TestFacetsEI : TestFacetsE @end @interface TestFacetsFI : TestFacetsF @end @interface TestFacetsGI : TestFacetsG { id communicator_; } -(void) shutdown:(ICECurrent*)current; -(NSString*) callG:(ICECurrent*)current; @end @interface TestFacetsHI : TestFacetsH -(NSString*) callH:(ICECurrent*)current; @end