summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/SimpleMultipleUser.idl
blob: 3376fd488347322cbd02d35325e2da442fd549b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef SIMPLE_MULTIPLEUSER_IDL
#define SIMPLE_MULTIPLEUSER_IDL

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

module Simple
{
  component SimpleMultipleUser
  {
    uses multiple Trigger trig_uses_m;
  };

  home SimpleMultipleUserHome manages SimpleMultipleUser
  {
  };
};

#endif /*SIMPLE_MULTIPLEUSER_IDL*/