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/Resume_Handle.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/Resume_Handle.cpp')
-rw-r--r-- | TAO/tao/Resume_Handle.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Resume_Handle.cpp b/TAO/tao/Resume_Handle.cpp index 836e592e6a1..0f220dbdb06 100644 --- a/TAO/tao/Resume_Handle.cpp +++ b/TAO/tao/Resume_Handle.cpp @@ -11,6 +11,9 @@ ACE_RCSID (tao, Resume_Handle, "$Id$") + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + void TAO_Resume_Handle::resume_handle (void) { @@ -27,3 +30,5 @@ TAO_Resume_Handle::resume_handle (void) // Set the flag, so that we dont resume again.. this->flag_ = TAO_HANDLE_ALREADY_RESUMED; } + +TAO_END_VERSIONED_NAMESPACE_DECL |