repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
tao
/
Service_Context_Handler.cpp
blob
b6d2800fd3496690f2f4a70427ac374d261323d5
1
// -*- C++ -*-
2
#include
"tao/Service_Context_Handler.h"
3
4
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5
6
TAO_Service_Context_Handler
::
TAO_Service_Context_Handler
(
void
)
7
{
8
}
9
10
TAO_Service_Context_Handler
::~
TAO_Service_Context_Handler
(
void
)
11
{
12
}
13
14
TAO_END_VERSIONED_NAMESPACE_DECL