Changeset 275 for Include/system
- Timestamp:
- Jun 13, 2007, 12:00:44 AM (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  Include/system/gc.sbp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      Include/system/gc.sbpr266 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.
  
