Changeset 354


Ignore:
Timestamp:
Oct 13, 2007, 4:19:32 AM (17 years ago)
Author:
dai
Message:

InterfaceInfoクラスの内容を修正。
デバッグ実行のショートカットキーをF5に変更。

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/ActiveBasic/Core/InterfaceInfo.ab

    r353 r354  
    44
    55Class InterfaceInfo
    6     ' No Inherits
    76    __this As VoidPtr
    87    __vtbl As VoidPtr
    98Public
    10     Sub ITest( pThis As VoidPtr, pVtbl As VoidPtr )
     9    Sub InterfaceInfo( pThis As VoidPtr, pVtbl As VoidPtr )
    1110        __this = pThis
    1211        __vtbl = pVtbl
Note: See TracChangeset for help on using the changeset viewer.