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

Last change on this file since 497 was 497, checked in by イグトランス (egtra), 16 years ago

インクルードガードとその他不要な前処理定義などの削除

File size: 197 bytes
Line 
1' Classes/System/Threading/Timeout.ab
2
3Namespace System
4Namespace Threading
5
6Class Timeout
7Public
8 Const Infinite = -1 As Long
9End Class
10
11End Namespace 'Threading
12End Namespace 'System
Note: See TracBrowser for help on using the repository browser.