ICE 3.4.2
[php5-ice-freebsdport.git] / cs / test / Ice / slicing / objects / Forward.ice
blob90bac77a99a887b77bdf9bc87b1861fd770500a4
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 #ifndef FORWARD_ICE
11 #define FORWARD_ICE
13 module Test
16 class Forward;
18 class Hidden
20     Forward f;
23 class Forward
25     Hidden h;
30 #endif