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

#ifndef INTEROUTARGS_T_SENDER_IDL
#define INTEROUTARGS_T_SENDER_IDL

#include <Components.idl>

#include "Base/InterOutArgsT.idl"

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

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

#endif