summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RTCORBA_Builder.cpp
blob: 411dab844347ed853f6ada589d0115a099d42d14 (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$

#include "RTCORBA_Builder.h"
#include "ace/Auto_Ptr.h"
#include "RTCORBA_POA_Helper.h"
#include "EventChannel.h"
#include "Proxy.h"
#include "Admin.h"
#include "EventChannelFactory.h"

#if ! defined (__ACE_INLINE__)
#include "RTCORBA_Builder.inl"
#endif /* __ACE_INLINE__ */

ACE_RCSID(RT_Notify, TAO_NS_RTCORBA_Builder, "$Id$")

TAO_NS_RTCORBA_Builder::TAO_NS_RTCORBA_Builder (void)
{
}

TAO_NS_RTCORBA_Builder::~TAO_NS_RTCORBA_Builder ()
{
}