summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher.idl
blob: cee261fd15a9b8ee871cf4f4cac68d19a14dfd7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#ifndef SIMPLE_PUBLISHER_IDL
#define SIMPLE_PUBLISHER_IDL

#include "SimpleCommon.idl"
#include "Components.idl"

module Simple
{
  component SimplePublisher
  {
    publishes Hello hello;
  };
  
  home SimplePublisherHome manages SimplePublisher
  {
  };
};

#endif /*SIMPLE_PUBLISHER_IDL*/