summaryrefslogtreecommitdiff
path: root/ACE/Kokyu/Dispatcher_Impl.cpp
blob: efc244e5b38aa3b813c71826728070f89548358c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "Dispatcher_Impl.h"

#if ! defined (__ACE_INLINE__)
#include "Dispatcher_Impl.inl"
#endif /* __ACE_INLINE__ */

namespace Kokyu
{
//virtual - so don't inline
Dispatcher_Impl::~Dispatcher_Impl()
{
}

}