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

#ifndef NOREPLYH_SENDER_IDL
#define NOREPLYH_SENDER_IDL

#include <Components.idl>

#include "Base/NoReplyH.idl"

#pragma ciao ami4ccm receptacle "NoReplyH::Sender::run_my_foo"

module NoReplyH
{
  component Sender
  {
    /// For synchronous invocation
    uses MyFoo run_my_foo;
  };
};

#endif