summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
blob: 43cf29228cc799269970e67108f66c7c330a9aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

/**
 *  @file Publication.idl
 *
 *  @author Don Busch <busch_d@ociweb.com>
 */

#ifndef PUBLICATION_IDL
#define PUBLICATION_IDL

interface Publication {
  attribute string text;
  attribute unsigned short period;
};    

#endif