Ignore:
Timestamp:
May 4, 2008, 12:17:40 AM (16 years ago)
Author:
dai_9181
Message:

StartCompileメソッドを廃止し、Usingメソッドのオーバーロードに差し替えた。

File:
1 edited

Legend:

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

    r539 r540  
    176176    }
    177177
     178    virtual void Using() const;
     179
    178180    void Readed(){
    179181        isReady = true;
     
    497499    const CClass *Find( const std::string &fullName ) const;
    498500
    499     void StartCompile( const UserProc *pUserProc );
    500 
    501501
    502502    /////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.