summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/CIAO/Components/SimpleMultipleUser.idl
blob: 60aec58f9af36a555f91f2b0faaccc792c42b6a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#ifndef SIMPLE_MULTIPLEUSER_IDL
#define SIMPLE_MULTIPLEUSER_IDL

#include "SimpleCommon.idl"
#include "Components.idl"

module Simple
{
  component SimpleMultipleUser
  {
    uses multiple Trigger trig;
  };
  
  home SimpleMultipleUserHome manages SimpleMultipleUser
  {
  };
};

#endif /*SIMPLE_MULTIPLEUSER_IDL*/