summaryrefslogtreecommitdiff
path: root/ace/Null_Semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Null_Semaphore.h')
-rw-r--r--ace/Null_Semaphore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Null_Semaphore.h b/ace/Null_Semaphore.h
index fbd045f5455..ec7b14628e8 100644
--- a/ace/Null_Semaphore.h
+++ b/ace/Null_Semaphore.h
@@ -47,11 +47,11 @@ class ACE_Time_Value;
class ACE_Export ACE_Null_Semaphore
{
public:
- ACE_Null_Semaphore (unsigned int count = 1, // By default make this unlocked.
- int type = 0,
- const ACE_TCHAR *name = 0,
+ ACE_Null_Semaphore (unsigned int = 1,
+ int = 0,
+ const ACE_TCHAR * = 0,
void * = 0,
- int max = 0x7fffffff) {}
+ int = 0x7fffffff) {}
~ACE_Null_Semaphore (void) {}
/// Return 0.
int remove (void) {return 0;}