Changeset 678 for trunk/ab5.0
- Timestamp:
- Jan 22, 2009, 6:16:28 AM (16 years ago)
- Location:
- trunk/ab5.0/ablib/src/Classes
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/Threading/Timeout.ab
r497 r678 6 6 Class Timeout 7 7 Public 8 Const Infinite = -1 As Long8 Static Const Infinite = -1 As Long 9 9 End Class 10 10 -
trunk/ab5.0/ablib/src/Classes/index.ab
r676 r678 103 103 #require "./System/Threading/ThreadPool.ab" 104 104 #require "./System/Threading/Timeout.ab" 105 #require "./System/Threading/Timer.ab" 105 106 #require "./System/Threading/WaitHandle.ab" 106 107 #require "./System/Xml/XmlAttribute.ab"
Note:
See TracChangeset
for help on using the changeset viewer.