summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp
blob: 3ba19a305a3fc0d2160be3f5dd2e6ace6455dde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#include "Notify_Default_Collection_Factory.h"

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


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL