summaryrefslogtreecommitdiff
path: root/CIAO/examples/DevGuideExamples/Messenger/Administrator.idl
blob: f897fc161f783af23e2b69c5ea0d2dc0c4a61c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 *  @file Administrator.idl
 *
 *  @author Don Busch <busch_d@ociweb.com>
 */

#ifndef ADMINISTRATOR_IDL
#define ADMINISTRATOR_IDL

#include <Components.idl>
#include "Runnable.idl"
#include "Publication.idl"

component Administrator {
  uses multiple Runnable runnables;
  uses multiple Publication content;
};

home AdministratorHome manages Administrator {};

#endif