summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp
blob: 8c4240d3562efa5c3dd2935ca647b32dcf79e4fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#include "orbsvcs/Notify/Notify_Default_CO_Factory.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL