summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Updater/Receiver/Updater_Receiver.idl
blob: 9ffc8b42c7082b4ba502289555caac5500547a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

/**
 * @file
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/Updater_Connector.idl"

module Updater
{
  component Receiver
  {
    port UpdaterConnector::DDS_Listen info_out;
  };
};

#endif