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 #2046 from jwillemsen/jwinullptrexce
[ACE_TAO.git]
/
TAO
/
tao
/
PortableServer
/
ThreadStrategy.cpp
blob
647081f066047bcfd0290016c40c18d3f19b9606
1
#include
"tao/PortableServer/ThreadStrategy.h"
2
3
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4
5
namespace
TAO
6
{
7
namespace
Portable_Server
8
{
9
void
10
ThreadStrategy
::
strategy_init
(
TAO_Root_POA
*
/*poa*/
)
11
{
12
}
13
14
void
15
ThreadStrategy
::
strategy_cleanup
()
16
{
17
}
18
}
19
}
20
21
TAO_END_VERSIONED_NAMESPACE_DECL