Changeset 340 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Oct 6, 2007, 12:56:37 AM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Class.h
r325 r340 294 294 bool IsInheritsInterface( const CClass *pInterfaceClass ) const; 295 295 296 // 継承させる296 // クラス継承 297 297 bool Inherits( const char *inheritNames, int nowLine ); 298 298 bool InheritsClass( const CClass &inheritsClass, const Types &actualTypeParameters, int nowLine ); 299 299 bool InheritsInterface( const CClass &inheritsClass, int nowLine ); 300 301 // インターフェイス実装 302 bool Implements( const char *interfaceNames, int nowLine ); 300 303 301 304 //メンバ、メソッドの追加 -
trunk/abdev/BasicCompiler_Common/include/ver.h
r338 r340 6 6 // バージョン付加文字列 7 7 #ifdef _AMD64_ 8 #define VER_INFO "(x64) (rev.3 43)"8 #define VER_INFO "(x64) (rev.351)" 9 9 #else 10 #define VER_INFO "(rev.3 43)"10 #define VER_INFO "(rev.351)" 11 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.