summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker.idl
blob: 5f2082f60fb1f7200beb2a0923c58745905c1330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file Broker.idl
 * @author William R. Otte <wotte@dre.vanderbilt.edu>
 */

#ifndef BROKER_IDL
#define BROKER_IDL

#include "Connector/Quoter_Connector.idl"

module Quoter
{
  component Broker
  {
    port ::Quoter::DDS_Listen info_out;
  };
};

#endif