summaryrefslogtreecommitdiff
path: root/ace/RMCast/RMCast_Singleton_Factory.cpp
blob: 5e5bd9f09305125ea8df18c3204b41f8282469e3 (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
// $Id$

#include "RMCast_Singleton_Factory.h"

#if !defined (__ACE_INLINE__)
# include "RMCast_Singleton_Factory.i"
#endif /* ! __ACE_INLINE__ */

ACE_RCSID(RMCast, RMCast_Singleton_Factory, "$Id$")

ACE_RMCast_Singleton_Factory::~ACE_RMCast_Singleton_Factory (void)
{
}

ACE_RMCast_Module*
ACE_RMCast_Singleton_Factory::create (void)
{
  return this->singleton_;
}

void
ACE_RMCast_Singleton_Factory::destroy (ACE_RMCast_Module *)
{
}