summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl
blob: 2b4a6bf5194bce72671827cc2a5ce4e477c3dfd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//$Id$

#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