Changeset 275 for Include/system/gc.sbp
- Timestamp:
- Jun 13, 2007, 12:00:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/system/gc.sbp
r266 r275 278 278 ' オブジェクトのスキャン 279 279 Function ScanObject(pObject As *Object, pbMark As *Byte) As Boolean 280 Dim classTypeInfo = Nothing As _System_TypeForClass281 classTypeInfo = pObject->GetType() As _System_TypeForClass280 Dim classTypeInfo = Nothing As ActiveBasic.Core._System_TypeForClass 281 classTypeInfo = pObject->GetType() As ActiveBasic.Core._System_TypeForClass 282 282 283 283 If IsNull( classTypeInfo ) Then
Note:
See TracChangeset
for help on using the changeset viewer.