summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Schedule/Supplier.cpp
blob: 9411ec8c3b30df45de2daf69d09e0c80c8b59aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#include "Supplier.h"

ACE_RCSID (EC_Examples,
           Supplier,
           "$Id$")

Supplier::Supplier (void)
{
}

void
Supplier::disconnect_push_supplier (void)
    ACE_THROW_SPEC ((CORBA::SystemException))
{
}