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

#include <Components.idl>

#include "Base/AsynchT.idl"

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