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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
ACE
/
Kokyu
/
Default_Dispatcher_Impl.inl
blob
5241f1b204ea082a2ab02626a82f7b8b81ac091d
1
namespace Kokyu
2
{
3
ACE_INLINE
4
Shutdown_Task_Command::Shutdown_Task_Command (ACE_Allocator *mb_allocator)
5
:Dispatch_Command(0,mb_allocator)
6
{
7
}
8
9
}