summaryrefslogtreecommitdiff
path: root/ACE/ace/Guard_T.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-09-20 23:03:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-09-20 23:03:05 +0000
commitfa26a5ba6e612be7507cbef1c8eea8a285e6a48c (patch)
treea8d530fcb924a1e8dd6905850272f9b94f5cebd5 /ACE/ace/Guard_T.inl
parent7e8299364c8eab825731cb08b7d371fcc5bd7e2f (diff)
downloadATCD-fa26a5ba6e612be7507cbef1c8eea8a285e6a48c.tar.gz
ChangeLogTag:Thu Sep 20 23:58:15 Pacific Daylight Time 2007 <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/Guard_T.inl')
-rw-r--r--ACE/ace/Guard_T.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Guard_T.inl b/ACE/ace/Guard_T.inl
index 8c2e281f447..c9dbcc3d5e8 100644
--- a/ACE/ace/Guard_T.inl
+++ b/ACE/ace/Guard_T.inl
@@ -50,11 +50,10 @@ ACE_Guard<ACE_LOCK>::ACE_Guard (ACE_LOCK &l, int block)
}
template <class ACE_LOCK> ACE_INLINE
-ACE_Guard<ACE_LOCK>::ACE_Guard (ACE_LOCK &l, int block, int become_owner)
+ACE_Guard<ACE_LOCK>::ACE_Guard (ACE_LOCK &l, int /* block */, int become_owner)
: lock_ (&l),
owner_ (become_owner == 0 ? -1 : 0)
{
- ACE_UNUSED_ARG (block);
}
// Implicitly and automatically acquire (or try to acquire) the