summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/DIOP/DIOP.cpp
blob: 2cc260e65cb6bf4c6133c22dda1d330dfdf7fba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#include "DIOP.h"
#include "DIOP_Factory.h"

ACE_RCSID(TAO_DIOP, DIOP_Factory, "$Id$")

TAO_DIOP_Protocol_Factory_Adder::TAO_DIOP_Protocol_Factory_Adder (void)
{
  ACE_Service_Config::static_svcs ()->
    insert (&ace_svc_desc_TAO_DIOP_Protocol_Factory);
}