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

#ifndef NOREPLYH_RECEIVER_IDL
#define NOREPLYH_RECEIVER_IDL

#include <Components.idl>

#include "Base/NoReplyH.idl"

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