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

#ifndef INTERINOUT_T_SENDER_IDL
#define INTERINOUT_T_SENDER_IDL

#include <Components.idl>

#include "Base/InterInOutT.idl"

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

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

#endif