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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL