summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl
blob: a10072c233f66cbccbd1ee02113b654178eed839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#ifndef SUB_COMPONENT_
#define SUB_COMPONENT_

#include <Components.idl>
#include "Connector/Collocated_Connector.idl"

module CoPubSub {
  component Sub_comp {
    port Test_conn::DDS_Listen TestSub;
  };
};

#endif // SUB_COMPONENT_