diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-29 07:40:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-29 07:40:16 +0000 |
commit | 5036e0a0f727dd809b932b41dda3989c0f47e2fd (patch) | |
tree | af7834a0f9e9046c65f6260a03a8a58cca7c7f5b /ace/SV_Semaphore_Complex.h | |
parent | 60aa7663705dd9338f66fb28384e8b31900434bb (diff) | |
download | ATCD-5036e0a0f727dd809b932b41dda3989c0f47e2fd.tar.gz |
Jamming
Diffstat (limited to 'ace/SV_Semaphore_Complex.h')
-rw-r--r-- | ace/SV_Semaphore_Complex.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/SV_Semaphore_Complex.h b/ace/SV_Semaphore_Complex.h index 42cf1480830..6d61ab30d1b 100644 --- a/ace/SV_Semaphore_Complex.h +++ b/ace/SV_Semaphore_Complex.h @@ -64,19 +64,19 @@ public: int create = ACE_SV_Semaphore_Complex::ACE_CREATE, int initial_value = 1, int nsems = 1, - int perms = ACE_DEFAULT_PERMS); + int perms = ACE_DEFAULT_FILE_PERMS); ACE_SV_Semaphore_Complex (const char *name, int create = ACE_SV_Semaphore_Complex::ACE_CREATE, int initial_value = 1, int nsems = 1, - int perms = ACE_DEFAULT_PERMS); + int perms = ACE_DEFAULT_FILE_PERMS); ~ACE_SV_Semaphore_Complex (void); int open (const char *name, int flags = ACE_SV_Semaphore_Simple::ACE_CREATE, int initial_value = 1, int nsems = 1, - int perms = ACE_DEFAULT_PERMS); + int perms = ACE_DEFAULT_FILE_PERMS); // Open or create an array of SV_Semaphores. We return 0 if all is // OK, else -1. @@ -84,7 +84,7 @@ public: int flags = ACE_SV_Semaphore_Simple::ACE_CREATE, int initial_value = 1, int nsems = 1, - int perms = ACE_DEFAULT_PERMS); + int perms = ACE_DEFAULT_FILE_PERMS); // Open or create an array of SV_Semaphores. We return 0 if all is // OK, else -1. |