summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-12-10 01:04:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-12-10 01:04:48 +0000
commite3d1f199c0bf146268de0cdaf06ff473d9465989 (patch)
tree583215678ffcd7d36bda1512fe797b4520087be2 /ace/Synch.h
parent94b7b4be179d86797428cb0d8806dacfa7722b2a (diff)
downloadATCD-e3d1f199c0bf146268de0cdaf06ff473d9465989.tar.gz
ChangeLogTag:Mon Dec 9 18:54:09 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 6e5f88fe843..f1a680e7e63 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -1821,6 +1821,9 @@ public:
/// Returns a reference to the underlying mutex;
ACE_Recursive_Thread_Mutex &mutex (void);
+ /// Dump the state of an object.
+ void dump (void) const;
+
private:
/// A normal (i.e., non-recursive) condition variable.
ACE_cond_t cond_;