Ignore:
Timestamp:
Sep 7, 2008, 12:38:43 AM (16 years ago)
Author:
dai
Message:

oldSourceLinesを排除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/DebugSection.h

    r741 r743  
    6666    ~DebugSection();
    6767
    68     void make(void);
     68    void make( const SourceLines &sourceLines );
    6969private:
    70     void UpdateBreakPoint(void);
    71     char *MakeSingleStepCode(void);
    72     BOOL __load(void);
     70    void UpdateBreakPoint();
     71    char *MakeSingleStepCode();
     72    BOOL __load();
    7373public:
    7474    BOOL load(HMODULE hModule);
    7575
    76     void choice(void);
     76    void choice();
    7777
    78     void DeleteDebugInfo(void);
     78    void DeleteDebugInfo();
    7979};
    8080
Note: See TracChangeset for help on using the changeset viewer.