summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/InterOutArgs/Receiver/InterOutArgsT_Receiver.idl
blob: c791b74c7a7476036d31d240d0e7e25c65d81258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#ifndef INTEROUTARGS_T_RECEIVER_IDL
#define INTEROUTARGS_T_RECEIVER_IDL

#include <Components.idl>

#include "Base/InterOutArgsT.idl"

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