Changeset 713 in dev
- Timestamp:
- Aug 5, 2008, 12:28:13 AM (16 years ago)
- Location:
- trunk/ab5.0/abdev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/include/Lexical/Type.h
r640 r713 104 104 void SetClassPtr( const CClass *pClass ) 105 105 { 106 int naturalBasicType = NATURAL_TYPE( basicType );107 106 if( !HasMember() ) 108 107 { -
trunk/ab5.0/abdev/abdev/ParameterHint.cpp
r681 r713 70 70 BOOL SetCommandMessageToMethodCheck(char *Command){ 71 71 extern METHODCHECKINFO MethodCheckInfo; 72 int CmdValue;73 72 74 73 if( ActiveBasic::IDE::Program::ablang->IsExistReservedKeywordWithQuickHelp( Command ) )
Note:
See TracChangeset
for help on using the changeset viewer.