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

#ifndef DELREPLYH_SENDER_IDL
#define DELREPLYH_SENDER_IDL

#include <Components.idl>

#include "Base/DelReplyH.idl"

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

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

#endif