diff options
Diffstat (limited to 'TAO/tao/Service_Context_Handler.cpp')
-rw-r--r-- | TAO/tao/Service_Context_Handler.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/Service_Context_Handler.cpp b/TAO/tao/Service_Context_Handler.cpp new file mode 100644 index 00000000000..90e30d2c306 --- /dev/null +++ b/TAO/tao/Service_Context_Handler.cpp @@ -0,0 +1,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 |