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

#include "Notify_Default_CO_Factory.h"

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

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