diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
commit | d30481a515e68817ee812e6527f0e4afeb21651e (patch) | |
tree | 7b729be96bfa676f133f562057cf68f0b4b9ca5e /TAO/tao/Synch_Reply_Dispatcher.cpp | |
parent | 1e8a1cead48e985129cbfc3ad2f0935a146b037e (diff) | |
download | ATCD-d30481a515e68817ee812e6527f0e4afeb21651e.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Synch_Reply_Dispatcher.cpp')
-rw-r--r-- | TAO/tao/Synch_Reply_Dispatcher.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Synch_Reply_Dispatcher.cpp b/TAO/tao/Synch_Reply_Dispatcher.cpp index d901b7b93e3..fefde1ebf4c 100644 --- a/TAO/tao/Synch_Reply_Dispatcher.cpp +++ b/TAO/tao/Synch_Reply_Dispatcher.cpp @@ -10,6 +10,8 @@ ACE_RCSID (tao, Synch_Reply_Dispatcher, "$Id$") +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + // Constructor. TAO_Synch_Reply_Dispatcher::TAO_Synch_Reply_Dispatcher ( TAO_ORB_Core *orb_core, @@ -104,3 +106,5 @@ TAO_Synch_Reply_Dispatcher::connection_closed (void) this->state_changed (TAO_LF_Event::LFS_CONNECTION_CLOSED, this->orb_core_->leader_follower ()); } + +TAO_END_VERSIONED_NAMESPACE_DECL |