Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

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

    r515 r523  
    55
    66#include <option.h>
    7 
    8 using namespace std;
    97
    108#ifdef _AMD64_
     
    218216void epi_check();
    219217void GetRelationalPath(char *path,char *dir);
    220 void GetFullPath( char *path, const string &baseDirPath );
     218void GetFullPath( char *path, const std::string &baseDirPath );
    221219std::string GetApplicationBaseFullPath( const std::string &relationalPath );
    222220void ShowErrorLine(int LineNum,const char *FileName);
     
    361359bool GetReturnTypeOfPropertyMethod( const char *variable, const char *rightSide, Type &resultType );
    362360bool GetReturnTypeOfIndexerGetterProc( const Type &classType, Type &resultType );
    363 int AddProcPtrInfo( const string &typeExpression, int nowLine );
     361int AddProcPtrInfo( const std::string &typeExpression, int nowLine );
    364362bool IsNeedProcCompile();
    365363void CompileLocal();
Note: See TracChangeset for help on using the changeset viewer.