Changeset 303 for trunk/Include/Classes/System/Threading/Thread.ab
- Timestamp:
- Aug 24, 2007, 11:14:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/Threading/Thread.ab
r249 r303 281 281 For i=0 To ELM(ThreadNum) 282 282 283 If currentThread.Equals( ByVal ppobj_Thread[i]) Then283 If currentThread.Equals( ppobj_Thread[i] As Object ) Then 284 284 Continue 285 285 End If … … 298 298 For i=0 To ELM(ThreadNum) 299 299 300 If currentThread.Equals( ByVal ppobj_Thread[i]) Then300 If currentThread.Equals( ppobj_Thread[i] As Object ) Then 301 301 Continue 302 302 End If
Note:
See TracChangeset
for help on using the changeset viewer.