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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL