00001 // $Id: Service_Context_Handler.cpp 80861 2008-03-07 13:48:34Z johnnyw $ 00002 00003 #include "tao/Service_Context_Handler.h" 00004 00005 ACE_RCSID (tao, 00006 Service_Context_Handler, 00007 "$Id: Service_Context_Handler.cpp 80861 2008-03-07 13:48:34Z johnnyw $") 00008 00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00010 00011 TAO_Service_Context_Handler::TAO_Service_Context_Handler (void) 00012 { 00013 } 00014 00015 TAO_Service_Context_Handler::~TAO_Service_Context_Handler (void) 00016 { 00017 } 00018 00019 TAO_END_VERSIONED_NAMESPACE_DECL