diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
commit | 6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch) | |
tree | da50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/Reply_Dispatcher.cpp | |
parent | 0e555b9150d38e3b3473ba325b56db2642e6352b (diff) | |
download | ATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.cpp')
-rw-r--r-- | TAO/tao/Reply_Dispatcher.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tao/Reply_Dispatcher.cpp b/TAO/tao/Reply_Dispatcher.cpp deleted file mode 100644 index 278f4463203..00000000000 --- a/TAO/tao/Reply_Dispatcher.cpp +++ /dev/null @@ -1,27 +0,0 @@ -// $Id$ - -#include "tao/Reply_Dispatcher.h" - -ACE_RCSID (tao, - Reply_Dispatcher, - "$Id$") - -#if !defined (__ACE_INLINE__) -#include "tao/Reply_Dispatcher.i" -#endif /* __ACE_INLINE__ */ - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Constructor. -TAO_Reply_Dispatcher::TAO_Reply_Dispatcher (void) - // Just an invalid reply status. - : reply_status_ (100) -{ -} - -// Destructor. -TAO_Reply_Dispatcher::~TAO_Reply_Dispatcher (void) -{ -} - -TAO_END_VERSIONED_NAMESPACE_DECL |