summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp
blob: 5110d567625b5d43bb6b24ef08bea0e3ebfbda24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#include "orbsvcs/Notify/Notify_Default_CO_Factory.h"

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


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

int
TAO_Notify_Default_CO_Factory::init_svc (void)
{
  // NOP.
  return 0;
}

TAO_END_VERSIONED_NAMESPACE_DECL