Ignore:
Timestamp:
Aug 22, 2007, 3:46:23 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r290 r292  
    356356bool CallPropertyMethod( const char *variable, const char *rightSide, Type &resultType);
    357357bool GetReturnTypeOfPropertyMethod( const char *variable, const char *rightSide, Type &resultType );
    358 bool GetReturnTypeOfIndexerGetterProc( const CClass &objClass, Type &resultType );
     358bool GetReturnTypeOfIndexerGetterProc( const Type &classType, Type &resultType );
    359359int AddProcPtrInfo( const string &typeExpression, int nowLine );
    360360bool IsNeedProcCompile();
Note: See TracChangeset for help on using the changeset viewer.