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

#ifndef SINGLE_SERVICE_IDL
#define SINGLE_SERVICE_IDL

#include <Components.idl>
#include "Common/Common.idl"

component Single_Service
{
  provides Simple_Service ping_port;
};

#endif