summaryrefslogtreecommitdiff
path: root/TAO/tao/Resume_Handle.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-23 13:05:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-23 13:05:01 +0000
commitf9ba714dfa3151ac6cc1416d0b6618c0b112372c (patch)
treedec543be963d459014501e4963d2f7ef4602aab3 /TAO/tao/Resume_Handle.h
parent0c5625957634756abdd1e889ac14a5f327753838 (diff)
downloadATCD-f9ba714dfa3151ac6cc1416d0b6618c0b112372c.tar.gz
ChangeLogTag: Fri Apr 23 13:04:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Resume_Handle.h')
-rw-r--r--TAO/tao/Resume_Handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Resume_Handle.h b/TAO/tao/Resume_Handle.h
index 40c9c3a42bd..44aed27e266 100644
--- a/TAO/tao/Resume_Handle.h
+++ b/TAO/tao/Resume_Handle.h
@@ -77,7 +77,7 @@ private:
/// The actual handle that needs resumption..
ACE_HANDLE handle_;
- /// Th flag for indicating whether the handle has been resumed or
+ /// The flag for indicating whether the handle has been resumed or
/// not. A value of '0' indicates that the handle needs resumption.
TAO_Handle_Resume_Flag flag_;
};