summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender.idl
blob: 993f1c8017140ae6114b15fbeaff222736bc77cc (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_SENDER_IDL
#define HELLO_SENDER_IDL

#include <Components.idl>

#include "Base/Hello.idl"

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

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

#endif