summaryrefslogtreecommitdiff
path: root/ACE/ace/UUID.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-10-23 23:31:00 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-10-23 23:31:00 +0000
commit493991791e3c7232fa33f428177dbfc9b666adac (patch)
treef937218c26da44d35b11b3ddeee1804031b5d99a /ACE/ace/UUID.h
parentfe745d19b69bcac8e99ca5304656eada195cd1c6 (diff)
downloadATCD-493991791e3c7232fa33f428177dbfc9b666adac.tar.gz
ChangeLogTag:Mon Oct 23 02:28:42 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/UUID.h')
-rw-r--r--ACE/ace/UUID.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/UUID.h b/ACE/ace/UUID.h
index f56812915ef..f94ffeafc71 100644
--- a/ACE/ace/UUID.h
+++ b/ACE/ace/UUID.h
@@ -188,8 +188,8 @@ namespace ACE_Utils
ACE_SYNCH_MUTEX* lock (void);
/// Set a new locking strategy and return the old one.
- ACE_SYNCH_MUTEX* lock (ACE_SYNCH_MUTEX*lock,
- bool release_lock);
+ void lock (ACE_SYNCH_MUTEX* lock,
+ bool release_lock);
private: