summaryrefslogtreecommitdiff
path: root/ACE/ace/Test_and_Set.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2012-11-06 22:18:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2012-11-06 22:18:13 +0000
commitb2282f3411c390c1e531d11e5b852a9717dfdd2d (patch)
tree4f6f6070247cc3bc9096936031862c14e558c1b2 /ACE/ace/Test_and_Set.h
parentc52c7847948d111e29dacb4fc045349bb73489f3 (diff)
downloadATCD-b2282f3411c390c1e531d11e5b852a9717dfdd2d.tar.gz
ChangeLogTag:Sat
Diffstat (limited to 'ACE/ace/Test_and_Set.h')
-rw-r--r--ACE/ace/Test_and_Set.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/ACE/ace/Test_and_Set.h b/ACE/ace/Test_and_Set.h
index d72c3d474b0..c26836d139c 100644
--- a/ACE/ace/Test_and_Set.h
+++ b/ACE/ace/Test_and_Set.h
@@ -26,13 +26,11 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
*
* @brief Implements the classic ``test and set'' operation.
*
- *
- * This class keeps track of the status of <is_set_>, which can
- * be set based on various events (such as receipt of a
- * signal). This class is derived from ACE_Event_Handler so
- * that it can be "signaled" by a Reactor when a signal occurs.
- * We assume that <TYPE> is a data type that can be assigned the
- * value 0 or 1.
+ * This class keeps track of the status of <is_set_>, which can be
+ * set based on various events (such as receipt of a signal).
+ * This class is derived from ACE_Event_Handler so that it can be
+ * "signaled" by a Reactor when a signal occurs. We assume that
+ * <TYPE> is a data type that can be assigned the value 0 or 1.
*/
template <class ACE_LOCK, class TYPE>
class ACE_Test_and_Set : public ACE_Event_Handler