aboutsummaryrefslogtreecommitdiff
path: root/dep/src/zthread/DeferredInterruptionScope.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-12 17:09:15 -0600
committermegamage <none@none>2009-02-12 17:09:15 -0600
commit6aee5fcbe7473a3cbac12b7e8482a7b98bef8be3 (patch)
tree91ec91d5c19eba9c2fe0e84b1c9dc7047a3de80e /dep/src/zthread/DeferredInterruptionScope.h
parent2d2f433b4de1c35b22aaf07854fc0ee11fcb350d (diff)
parentf385747164c3fb278c92ef46fbd6c3da6590bbf0 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'dep/src/zthread/DeferredInterruptionScope.h')
-rw-r--r--dep/src/zthread/DeferredInterruptionScope.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dep/src/zthread/DeferredInterruptionScope.h b/dep/src/zthread/DeferredInterruptionScope.h
index 041d1e427f6..5205c80ca58 100644
--- a/dep/src/zthread/DeferredInterruptionScope.h
+++ b/dep/src/zthread/DeferredInterruptionScope.h
@@ -34,14 +34,14 @@ namespace ZThread {
* @date <2003-07-16T19:45:18-0400>
* @version 2.3.0
*
- * Locking policy for a Guard that will defer any state reported
- * for the reported Status of a thread except SIGNALED until the
+ * Locking policy for a Guard that will defer any state reported
+ * for the reported Status of a thread except SIGNALED until the
* scope has ended. This allows a Guard to be used to create an
- * uninterruptible region in code.
+ * uninterruptible region in code.
*/
class DeferredInterruptionScope {
public:
-
+
template <class LockType>
static void createScope(LockHolder<LockType>& l) {