summaryrefslogtreecommitdiff
path: root/tao/Service_Context_Handler.cpp
blob: 90e30d2c30613d24d60c478127a766c0288e25f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#include "tao/Service_Context_Handler.h"

ACE_RCSID (tao,
           Service_Context_Handler,
           "$Id$")

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