source:
trunk/Include/Classes/System/Threading/Timeout.ab@
465
| Last change on this file since 465 was 419, checked in by , 18 years ago | |
|---|---|
| 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 | |
| 6 | Namespace System |
| 7 | Namespace Threading |
| 8 | |
| 9 | Class Timeout |
| 10 | Public |
| 11 | Const Infinite = -1 As Long |
| 12 | End Class |
| 13 | |
| 14 | End Namespace 'Threading |
| 15 | End Namespace 'System |
| 16 | |
| 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
