source: trunk/Include/Classes/System/Threading/Timeout.ab@ 419

Last change on this file since 419 was 419, checked in by NoWest, 16 years ago

この際なのでWaitHandle系を全部実装

File size: 291 bytes
Line 
1' Classes/System/Threading/Timeout.ab
2
3#ifndef __SYSTEM_THREADING_TIMEOUT_AB__
4#define __SYSTEM_THREADING_TIMEOUT_AB__
5
6Namespace System
7Namespace Threading
8
9Class Timeout
10Public
11 Const Infinite = -1 As Long
12End Class
13
14End Namespace 'Threading
15End Namespace 'System
16
17#endif
Note: See TracBrowser for help on using the repository browser.