ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / Freeze / transform / ContactData.ice
blobd87b6123a54710f33dcd9c1d7b7dfdfb668fad1d
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 CONTACT_DATA_ICE
11 #define CONTACT_DATA_ICE
13 module Demo
17 // The original contact data
19 struct ContactData
21     string phoneNumber;
27 #endif