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

#include "orbsvcs/Notify/Notify_Default_EMO_Factory.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL