summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Context_Handler.cpp
blob: 1f80a63dcf24e1f5f8382ca81d67c3b3003f51e7 (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 ()
{
}

TAO_Service_Context_Handler::~TAO_Service_Context_Handler ()
{
}

TAO_END_VERSIONED_NAMESPACE_DECL