Changeset 354 for trunk/Include/Classes/ActiveBasic/Core/InterfaceInfo.ab
- Timestamp:
- Oct 13, 2007, 4:19:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/ActiveBasic/Core/InterfaceInfo.ab
r353 r354 4 4 5 5 Class InterfaceInfo 6 ' No Inherits7 6 __this As VoidPtr 8 7 __vtbl As VoidPtr 9 8 Public 10 Sub I Test( pThis As VoidPtr, pVtbl As VoidPtr )9 Sub InterfaceInfo( pThis As VoidPtr, pVtbl As VoidPtr ) 11 10 __this = pThis 12 11 __vtbl = pVtbl
Note:
See TracChangeset
for help on using the changeset viewer.