Reply_Dispatcher.cpp

Go to the documentation of this file.
00001 // $Id: Reply_Dispatcher.cpp 73791 2006-07-27 20:54:56Z wotte $
00002 
00003 #include "tao/Reply_Dispatcher.h"
00004 
00005 ACE_RCSID (tao, 
00006            Reply_Dispatcher, 
00007            "$Id: Reply_Dispatcher.cpp 73791 2006-07-27 20:54:56Z wotte $")
00008 
00009 #if !defined (__ACE_INLINE__)
00010 #include "tao/Reply_Dispatcher.inl"
00011 #endif /* __ACE_INLINE__ */
00012 
00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00014 
00015 // Constructor.
00016 TAO_Reply_Dispatcher::TAO_Reply_Dispatcher (void)
00017   // Just an invalid reply status.
00018   : reply_status_ (100)
00019 {
00020 }
00021 
00022 // Destructor.
00023 TAO_Reply_Dispatcher::~TAO_Reply_Dispatcher (void)
00024 {
00025 }
00026 
00027 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Sun Jan 27 13:07:36 2008 for TAO by doxygen 1.3.6