summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/NotifySubscribe_i.cpp
blob: 1639f3d6e1834c82f9e74b69bfb0dadbfc7fac32 (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
/* -*- C++ -*- $Id$ */
#include "orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h"

// Implementation skeleton constructor
TAO_NotifySubscribe_i::TAO_NotifySubscribe_i (void)
{
}

// Implementation skeleton destructor
TAO_NotifySubscribe_i::~TAO_NotifySubscribe_i (void)
{
}

void TAO_NotifySubscribe_i::subscription_change (
    const CosNotification::EventTypeSeq & added,
    const CosNotification::EventTypeSeq & removed,
    CORBA::Environment &ACE_TRY_ENV
  )
  ACE_THROW_SPEC ((
    CORBA::SystemException,
    CosNotifyComm::InvalidEventType
  ))
{
  //Add your implementation here
}