summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2003-02-27 00:49:25 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2003-02-27 00:49:25 +0000
commita8aeacc51d846df58dcf0500d38872db1b9214d0 (patch)
tree72d8649c6934b9ff3f76cd25d2440d4c115efbd1 /ace/Synch.h
parentcf9d3ff4c1b161937742840462b2b26e33062727 (diff)
downloadATCD-a8aeacc51d846df58dcf0500d38872db1b9214d0.tar.gz
ChangeLogTag:Wed Feb 26 18:42:33 2003 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index f1a680e7e63..a8798689064 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -1701,6 +1701,7 @@ public:
// = Initialization and termination methods.
ACE_Guard (ACE_Null_Mutex &) {}
ACE_Guard (ACE_Null_Mutex &, int) {}
+ ACE_Guard (ACE_Null_Mutex &, int, int) {}
#if defined (ACE_WIN32)
~ACE_Guard (void) {}
#endif /* ACE_WIN32 */
@@ -1708,6 +1709,7 @@ public:
int acquire (void) { return 0; }
int tryacquire (void) { return 0; }
int release (void) { return 0; }
+ void disown (void) {}
int locked (void) { return 1; }
int remove (void) { return 0; }
void dump (void) const {}