summaryrefslogtreecommitdiff
path: root/tao/Service_Context_Handler.cpp
blob: 700b73c9d0b56dfd3f33fa6972b69791b3eb6ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
// $Id$

#include "tao/Service_Context_Handler.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Service_Context_Handler::TAO_Service_Context_Handler (void)
{
}

TAO_Service_Context_Handler::~TAO_Service_Context_Handler (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL