summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp
blob: 9c513ff2b779234dffd8cb450f1d9771fe3ff30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#include "orbsvcs/Event/ECG_ConsumerEC_Control.h"



TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_ECG_ConsumerEC_Control::TAO_ECG_ConsumerEC_Control ()
{
}

TAO_ECG_ConsumerEC_Control::~TAO_ECG_ConsumerEC_Control ()
{
}

int
TAO_ECG_ConsumerEC_Control::activate ()
{
  return 0;
}

int
TAO_ECG_ConsumerEC_Control::shutdown ()
{
  return 0;
}

void
TAO_ECG_ConsumerEC_Control::event_channel_not_exist (TAO_EC_Gateway_IIOP *)
{
}

void
TAO_ECG_ConsumerEC_Control::system_exception (TAO_EC_Gateway_IIOP *,
                                              CORBA::SystemException &)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL