Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / Kokyu / Dispatcher_Impl.inl
blob4cfff5ba47438c99089c1496f6bb08c17de0fc34
1 namespace Kokyu
4 ACE_INLINE
5 int Dispatcher_Impl::init (const Dispatcher_Attributes& attr)
7   return init_i (attr);
10 ACE_INLINE
11 int Dispatcher_Impl::dispatch (const Dispatch_Command* cmd,
12                                const QoSDescriptor& qos_info)
14   return dispatch_i (cmd, qos_info);
17 ACE_INLINE
18 int Dispatcher_Impl::shutdown ()
20   return shutdown_i ();
23 ACE_INLINE
24 int Dispatcher_Impl::activate ()
26   return activate_i ();