Ignore:
Timestamp:
Jun 6, 2007, 12:58:40 AM (17 years ago)
Author:
dai_9181
Message:

Method/Memberのリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/NumOpe_GetType.cpp

    r129 r135  
    194194
    195195    std::vector<UserProc *> subs;
    196     pobj_c->EnumMethod( idCalc, subs );
     196    pobj_c->GetMethods().Enum( idCalc, subs );
    197197    if( subs.size() == 0 ){
    198198        return 0;
     
    372372        GetVarFormatString(methodName,parameter,lpPtrOffset,member,refType);
    373373
    374         objClass.EnumMethod( methodName, userProcs );
     374        objClass.GetMethods().Enum( methodName, userProcs );
    375375        UserProc *pUserProc;
    376376        if(userProcs.size()){
Note: See TracChangeset for help on using the changeset viewer.