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

#include "orbsvcs/Notify/Notify_Default_EMO_Factory.h"

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


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL