1 // **********************************************************************
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
8 // **********************************************************************
34 interface IB1 extends MA::IA
39 interface IB2 extends MA::IA
44 class CB extends MA::CA
54 interface IC extends MB::IB1, MB::IB2
59 class CC extends MB::CB
64 class CD extends CC implements MB::IB1, MB::IB2