summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Context_Handler.cpp
blob: b6d2800fd3496690f2f4a70427ac374d261323d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
#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