summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/ThreeComp/Receiver/ThreeComp_Receiver.idl
blob: efd4c52c8191efbf9a17d8a1b80b50d227f311bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef THREECOMP_RECEIVER_IDL
#define THREECOMP_RECEIVER_IDL

#include <Components.idl>

#include "Base/ThreeComp.idl"

module ThreeComp
{
  component Receiver
  {
    /// Provides
    provides MyFoo do_my_foo;
  };
};
#endif