1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// $Id$ /** * @file Publication.idl * * @author Don Busch <busch_d@ociweb.com> */ #ifndef PUBLICATION_IDL #define PUBLICATION_IDL #pragma ciao lem "PublicationE.idl" interface Publication { attribute string text; attribute unsigned short period; }; #endif