summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/InterInOutArgs/Receiver/InterInOutT_Receiver.idl
blob: 4606361276df902bcb24655c9958593a420ddc99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef INTERINOUT_T_RECEIVER_IDL
#define INTERINOUT_T_RECEIVER_IDL

#include <Components.idl>

#include "Base/InterInOutT.idl"

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