summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp
blob: f9ca1b251e8d5c111046f7ff08339d39d65aea6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "orbsvcs/Notify/Notify_Default_CO_Factory.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL