Ignore:
Timestamp:
May 4, 2008, 10:56:44 PM (16 years ago)
Author:
dai_9181
Message:

SpecifyAddressOf, SpecifyCatchAddressを廃止。

File:
1 edited

Legend:

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

    r529 r550  
    7373    {
    7474    }
    75     Schedule( const ::UserProc *pUserProc, long offset )
    76         : type( Schedule::UserProc )
     75    Schedule( Schedule::Type type, const ::UserProc *pUserProc, long offset )
     76        : type( type )
    7777        , offset( offset )
    7878        , pUserProc( pUserProc )
     
    114114    const ::UserProc &GetUserProc() const;
    115115    const ::CClass &GetClass() const;
    116 
    117     void SpecifyAddressOf();
    118     void SpecifyCatchAddress();
    119116};
    120117typedef std::vector<Schedule> Schedules;
Note: See TracChangeset for help on using the changeset viewer.