summaryrefslogtreecommitdiff
path: root/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
blob: ea8ec6ffa4e84cd47f73329402bd16835457e411 (plain)
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