Ignore:
Timestamp:
Oct 12, 2007, 3:25:54 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r347 r348  
    493493    std::vector<long> vtblMasterList;
    494494public:
    495     int GetVtblMasterListIndex( const UserProc *pUserProc ) const;
    496     int GetFuncNumInVtbl( const UserProc *pUserProc ) const;
     495    void GetVtblMasterListIndexAndVtblIndex( const UserProc *pUserProc, int &vtblMasterListIndex, int &vtblIndex ) const;
    497496    long GetVtblMasterListOffset() const;
    498497    void GenerateVTableMasterList( const std::vector<long> &vtableMasterList, long &offset );
Note: See TracChangeset for help on using the changeset viewer.