// $Id$ #ifndef DSRT_DISPATCH_ITEM_T_CPP #define DSRT_DISPATCH_ITEM_T_CPP #include "DSRT_Dispatch_Item_T.h" #if ! defined (__ACE_INLINE__) #include "DSRT_Dispatch_Item_T.inl" #endif /* __ACE_INLINE__ */ namespace Kokyu { template DSRT_Dispatch_Item_var:: DSRT_Dispatch_Item_var (DSRT_Dispatch_Item *p) :ACE_Strong_Bound_Ptr, ACE_SYNCH_MUTEX> (p) { } template DSRT_Dispatch_Item_var:: DSRT_Dispatch_Item_var (const DSRT_Dispatch_Item_var &r) :ACE_Strong_Bound_Ptr, ACE_SYNCH_MUTEX> (r) { } } #endif /* DSRT_DISPATCH_ITEM_T_CPP */