diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-29 20:15:04 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-29 20:15:04 +0000 |
commit | 4dbfd42a63ca2dd1408b18ddefd578c8b874624a (patch) | |
tree | 34bb4c0ca319d073f239eba7c9038bb1f6aa75aa /ace/OS.h | |
parent | b067a191a34b36ff846c8647d445c1323146661a (diff) | |
download | ATCD-4dbfd42a63ca2dd1408b18ddefd578c8b874624a.tar.gz |
Changed sema_wait to take in a const time value
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3237,7 +3237,7 @@ public: static int sema_post (ACE_sema_t *s, size_t release_count); static int sema_trywait (ACE_sema_t *s); static int sema_wait (ACE_sema_t *s); - static int sema_wait (ACE_sema_t *s, ACE_Time_Value &tv); + static int sema_wait (ACE_sema_t *s, const ACE_Time_Value &tv); // = A set of wrappers for System V semaphores. static int semctl (int int_id, int semnum, int cmd, semun); |