summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/SimplePublisher.idl
blob: 27afdd0fc70f7e60d5a7773d278301831fce5fb8 (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_publishes;
#endif
  };

  home SimplePublisherHome manages SimplePublisher
  {
  };
};

#endif /*SIMPLE_PUBLISHER_IDL*/