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/include/Prototype.h

    r134 r135  
    77
    88using namespace std;
     9
     10class CMethod;
     11class UserProc;
    912
    1013class Prototype
     
    5255    // シンボル比較
    5356    bool IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const;
    54     bool IsEqualSymbol( const Prototype &objClass ) const;
     57    bool IsEqualSymbol( const Prototype &prototype ) const;
    5558    bool IsEqualSymbol( const string &name ) const;
    5659
Note: See TracChangeset for help on using the changeset viewer.