summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/Administrator.idl
blob: 67bb016e1575763104cc3abd58821cbabd1445db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $Id$

/**
 *  @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