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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tao
/
Service_Context_Handler.cpp
blob
1f80a63dcf24e1f5f8382ca81d67c3b3003f51e7
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
()
7
{
8
}
9
10
TAO_Service_Context_Handler
::~
TAO_Service_Context_Handler
()
11
{
12
}
13
14
TAO_END_VERSIONED_NAMESPACE_DECL