summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-28 14:47:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-28 14:47:32 +0000
commitd4385bffd1191cc115b8874d074c56792e1069cc (patch)
treec2c700a81b077feb0275482842e3eeac86d2c4d9 /ace/Synch.h
parent256ff7e6b048dad103e98876368750a0bde12851 (diff)
downloadATCD-d4385bffd1191cc115b8874d074c56792e1069cc.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index aa548fb2ede..f1c4b378634 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -707,12 +707,13 @@ public:
class ACE_Export ACE_Null_Condition
{
// = TITLE
- // Implement a do nothing <ACE_Condition> variable wrapper, i.e.,
- // all methods are no ops. This class is necessary since some
- // C++ compilers are *very* lame...
+ // Implement a do nothing <ACE_Condition> variable wrapper,
+ // i.e., all methods are no ops. This class is necessary since
+ // some C++ compilers are *very* lame...
public:
- ACE_Null_Condition (ACE_Null_Mutex &m, int = 0,
- LPCTSTR = 0, void * = 0);
+ ACE_Null_Condition (const ACE_Null_Mutex &m,
+ LPCTSTR = 0,
+ void * = 0);
~ACE_Null_Condition (void);
int remove (void);
int wait (ACE_Time_Value * = 0);