|
From: Hans D. <dul...@us...> - 2000-11-13 15:38:02
|
Update of /cvsroot/corelinux/corelinux/corelinux In directory slayer.i.sourceforge.net:/tmp/cvs-serv4755 Modified Files: EventSemaphoreGroup.hpp Log Message: Modified comments to Doxygen enabled ones. Index: EventSemaphoreGroup.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/corelinux/EventSemaphoreGroup.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** EventSemaphoreGroup.hpp 2000/09/23 04:45:24 1.5 --- EventSemaphoreGroup.hpp 2000/11/13 15:20:25 1.6 *************** *** 73,81 **** @param dist indicates how to treat the conditions that the group may meet in the request: ! CREATE_OR_REUSE indicates that the caller doesn't care ! FAIL_IF_EXISTS indicates the attempt was for a create ! FAIL_IF_NOTEXISTS indicates the attempt was for a open @exception Assertion if aCount < 1 --- 73,81 ---- @param dist indicates how to treat the conditions that the group may meet in the request: ! @arg CREATE_OR_REUSE indicates that the caller doesn't care ! @arg FAIL_IF_EXISTS indicates the attempt was for a create ! @arg FAIL_IF_NOTEXISTS indicates the attempt was for a open @exception Assertion if aCount < 1 *************** *** 101,109 **** @param disp indicates how to treat the conditions that the group may meet in the request: ! CREATE_OR_REUSE indicates that the caller doesn't care ! FAIL_IF_EXISTS indicates the attempt was for a create ! FAIL_IF_NOTEXISTS indicates the attempt was for a open @exception Assertion if aCount < 1 or aCount > system --- 101,109 ---- @param disp indicates how to treat the conditions that the group may meet in the request: ! @arg CREATE_OR_REUSE indicates that the caller doesn't care ! @arg FAIL_IF_EXISTS indicates the attempt was for a create ! @arg FAIL_IF_NOTEXISTS indicates the attempt was for a open @exception Assertion if aCount < 1 or aCount > system *************** *** 161,169 **** @param disp indicates how to treat the conditions that the group may meet in the request: ! CREATE_OR_REUSE indicates that the caller doesn't care ! FAIL_IF_EXISTS indicates the attempt was for a create ! FAIL_IF_NOTEXISTS indicates the attempt was for a open @param Recursive to allow same thread multiple locks --- 161,169 ---- @param disp indicates how to treat the conditions that the group may meet in the request: ! @arg CREATE_OR_REUSE indicates that the caller doesn't care ! @arg FAIL_IF_EXISTS indicates the attempt was for a create ! @arg FAIL_IF_NOTEXISTS indicates the attempt was for a open @param Recursive to allow same thread multiple locks *************** *** 196,204 **** @param disp indicates how to treat the conditions that the group may meet in the request: ! CREATE_OR_REUSE indicates that the caller doesn't care ! FAIL_IF_EXISTS indicates the attempt was for a create ! FAIL_IF_NOTEXISTS indicates the attempt was for a open @param Recursive to allow same thread multiple locks --- 196,204 ---- @param disp indicates how to treat the conditions that the group may meet in the request: ! @arg CREATE_OR_REUSE indicates that the caller doesn't care ! @arg FAIL_IF_EXISTS indicates the attempt was for a create ! @arg FAIL_IF_NOTEXISTS indicates the attempt was for a open @param Recursive to allow same thread multiple locks *************** *** 227,237 **** @param disp indicates how to treat the conditions that the group may meet in the request: ! CREATE_OR_REUSE indicates that the caller doesn't care ! FAIL_IF_EXISTS indicates the attempt was for a create ! FAIL_IF_NOTEXISTS indicates the attempt was for a ! open @param Recursive to allow same thread multiple ! locks @param Recursive to allow same thread multiple locks @param Balking to allow the semaphore to balk --- 227,236 ---- @param disp indicates how to treat the conditions that the group may meet in the request: ! @arg CREATE_OR_REUSE indicates that the caller doesn't care ! @arg FAIL_IF_EXISTS indicates the attempt was for a create ! @arg FAIL_IF_NOTEXISTS indicates the attempt was for a ! open @param Recursive to allow same thread multiple locks @param Balking to allow the semaphore to balk *************** *** 259,267 **** @param disp indicates how to treat the conditions that the group may meet in the request: ! CREATE_OR_REUSE indicates that the caller doesn't care ! FAIL_IF_EXISTS indicates the attempt was for a create ! FAIL_IF_NOTEXISTS indicates the attempt was for a open @param Recursive to allow same thread multiple locks --- 258,266 ---- @param disp indicates how to treat the conditions that the group may meet in the request: ! @arg CREATE_OR_REUSE indicates that the caller doesn't care ! @arg FAIL_IF_EXISTS indicates the attempt was for a create ! @arg FAIL_IF_NOTEXISTS indicates the attempt was for a open @param Recursive to allow same thread multiple locks |