summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp
blob: afc13dd1d59135a38794572e9207b37ac0946ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "Event_Persistence_Factory.h"

ACE_RCSID (Notify,
           Event_Persistence_Factory,
           "$Id$")

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Notify::Event_Persistence_Factory::~Event_Persistence_Factory (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL