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 #2237 from DOCGroup/jwillemsen-patch-2-1
[ACE_TAO.git]
/
ACE
/
Kokyu
/
Dispatcher_Impl.cpp
blob
efc244e5b38aa3b813c71826728070f89548358c
1
#include
"Dispatcher_Impl.h"
2
3
#if ! defined (__ACE_INLINE__)
4
#include
"Dispatcher_Impl.inl"
5
#endif
/* __ACE_INLINE__ */
6
7
namespace
Kokyu
8
{
9
//virtual - so don't inline
10
Dispatcher_Impl
::~
Dispatcher_Impl
()
11
{
12
}
13
14
}