summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master.idl
blob: d8db5d6e2d4a4452b1ec34254d48f2bc383aea83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef THREECOMP_MASTER_IDL
#define THREECOMP_MASTER_IDL

#include <Components.idl>

#include "Base/ThreeComp.idl"

#pragma ciao ami4ccm receptacle "ThreeComp::Master::run_my_state"

module ThreeComp
{
  component Master
  {
    /// For synchronous invocation
    uses State run_my_state;
  };
};

#endif