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

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

module Simple
{
  component SimpleLocalProvider
  {
    provides LocalTrigger trig_provides;
  };

  home SimpleLocalProviderHome manages SimpleLocalProvider
  {
  };
};

#endif /*SIMPLE_PROVIDER_IDL*/