summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl
blob: ca811ce932ad397e6269339dbcb82aa2aa356d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef DDS_SUB_IDL
#define DDS_SUB_IDL

#include "Common/Single_Service_Common.idl"
#include "Connector/Large_Connector.idl"

component DDS_Sub
{
  port LargeTypeConn::DDS_Listen info_in;
  port LargeTypeConn::DDS_Get ingo_get;
  uses Simple_Service ping_port;
};
#endif