summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/GetComp/Receiver/GetComp_Receiver.idl
blob: 64e6f7046b50ee951ed0731d8d4ad266d95df2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef GETCOMP_T_RECEIVER_IDL
#define GETCOMP_T_RECEIVER_IDL

#include <Components.idl>

#include "Base/GetComp.idl"

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