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

#ifndef SIMPLE_PUBLISHER_IDL
#define SIMPLE_PUBLISHER_IDL

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

module Simple
{
  component SimplePublisher
  {
#if !defined (CCM_NOEVENT)
    publishes Hello hello_;
#endif
  };

  home SimplePublisherHome manages SimplePublisher
  {
  };
};

#endif /*SIMPLE_PUBLISHER_IDL*/