summaryrefslogtreecommitdiff
path: root/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
blob: 8741bd765ff832452f8727af30d9464cce7c0504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 *  @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