// $Id$ #include "tao/Reply_Dispatcher.h" ACE_RCSID(tao, DII_Reply_Dispatcher, "$Id$") #if !defined (__ACE_INLINE__) #include "tao/Reply_Dispatcher.i" #endif /* __ACE_INLINE__ */ // Constructor. TAO_Reply_Dispatcher::TAO_Reply_Dispatcher (void) { } // Destructor. TAO_Reply_Dispatcher::~TAO_Reply_Dispatcher (void) { } TAO_GIOP_Message_State * TAO_Reply_Dispatcher::message_state (void) { return 0; }