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

#ifndef ONEREPLYH_T_SENDER_IDL
#define ONEREPLYH_T_SENDER_IDL

#include <Components.idl>

#include "Base/OneReplyH.idl"

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

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

#endif