Ignore:
Timestamp:
Jul 19, 2007, 3:38:13 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r206 r223  
    2222
    2323private:
    24     DWORD *pdwData_CodeSection;
    25     int iNum_CodeSection;
     24    std::vector<DWORD> codeSectionAddresses;
    2625public:
    2726    void AddSchedule_CodeSection(DWORD addr);
    2827
    2928private:
    30     DWORD *pdwData_DataSection;
    31     int iNum_DataSection;
     29    std::vector<DWORD> dataSectionAddresses;
    3230public:
    3331    void AddSchedule_DataSection(DWORD addr);
Note: See TracChangeset for help on using the changeset viewer.