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

#ifndef HELLO_T_SENDER_IDL
#define HELLO_T_SENDER_IDL

#include <Components.idl>

#include "Base/HelloT.idl"

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

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

#endif