Ignore:
Timestamp:
Oct 10, 2007, 4:01:07 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Method.h

    r336 r346  
    197197    void AddStatic(UserProc *pUserProc,Prototype::Accessibility accessibility);
    198198
     199    // オーバーライド
     200    bool Override( UserProc *pUserProc, Prototype::Accessibility accessibility );
     201
    199202    const CMethod *GetMethodPtr( const UserProc *pUserProc ) const;
    200203    bool IsExist( const char *name ) const;
Note: See TracChangeset for help on using the changeset viewer.