Ignore:
Timestamp:
Jul 13, 2007, 4:22:02 AM (17 years ago)
Author:
dai_9181
Message:

DllProcsクラスを追加。

File:
1 edited

Legend:

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

    r206 r209  
    232232//hash.cpp
    233233int hash_default(const char *name);
    234 DllProc *GetDeclareHash(char *name);
     234DllProc *GetDeclareHash(const char *name);
    235235void GetOverloadSubHash( const char *lpszName, std::vector<const UserProc *> &subs );
    236236const UserProc *GetSubHash(const char *name,BOOL bError=0);
     
    278278//MakeExe.cpp
    279279void StepCompileProgress(void);
    280 void DeleteDeclareInfo(void);
    281280void AddSourceCode(char *buffer);
    282281void OutputExe(void);
     
    364363bool GetReturnTypeOfPropertyMethod( const char *variable, const char *rightSide, Type &resultType );
    365364bool GetReturnTypeOfIndexerGetterProc( const CClass &objClass, Type &resultType );
    366 void DeleteDeclareInfo(void);
    367365int AddProcPtrInfo( const string &typeExpression, int nowLine );
    368366bool IsNeedProcCompile();
Note: See TracChangeset for help on using the changeset viewer.