Changeset 728 in dev for trunk/ab5.0/abdev/ab_common/include/Lexical
- Timestamp:
- Aug 21, 2008, 11:02:07 PM (16 years ago)
- Location:
- trunk/ab5.0/abdev/ab_common/include/Lexical
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/include/Lexical/Class.h
r672 r728 319 319 bool InheritsClass( const CClass &inheritsClass, const Types &actualTypeParameters, int nowLine ); 320 320 321 // インターフェイス継承 322 bool InheritsInterface( const CClass &inheritsInterfaceClass, const Types &actualTypeParameters, int nowLine ); 323 321 324 //メンバ、メソッドの追加 322 325 void AddDynamicMember( Member *pMember ); -
trunk/ab5.0/abdev/ab_common/include/Lexical/Interface.h
r640 r728 69 69 } 70 70 Interface() 71 : pInterfaceClass( NULL ) 72 , vtblOffset( NULL ) 71 73 { 72 74 }
Note:
See TracChangeset
for help on using the changeset viewer.