mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:05:57 +02:00
* added missing twaitresult type
This commit is contained in:
parent
2b2150e897
commit
0ab9a77390
@ -14,6 +14,8 @@
|
||||
**********************************************************************}
|
||||
|
||||
type
|
||||
TWaitResult = (wrSignaled, wrTimeout, wrAbandoned, wrError);
|
||||
|
||||
TSyncroObject = class(TObject)
|
||||
procedure Acquire;virtual;abstract;
|
||||
procedure Release;virtual;abstract;
|
||||
@ -58,7 +60,10 @@ type
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2000-07-13 11:33:01 michael
|
||||
Revision 1.3 2001-04-13 18:02:57 peter
|
||||
* added missing twaitresult type
|
||||
|
||||
Revision 1.2 2000/07/13 11:33:01 michael
|
||||
+ removed logs
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user