summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp
blob: 3caa8a0c5a16ae27c2be89a59d0b7e447a4a25ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "orbsvcs/Notify/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