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

#include "Notify_Default_EMO_Factory.h"

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

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