Changeset 135 in dev for BasicCompiler_Common/include
- Timestamp:
- Jun 6, 2007, 12:58:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/include/Prototype.h
r134 r135 7 7 8 8 using namespace std; 9 10 class CMethod; 11 class UserProc; 9 12 10 13 class Prototype … … 52 55 // シンボル比較 53 56 bool IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const; 54 bool IsEqualSymbol( const Prototype & objClass) const;57 bool IsEqualSymbol( const Prototype &prototype ) const; 55 58 bool IsEqualSymbol( const string &name ) const; 56 59
Note:
See TracChangeset
for help on using the changeset viewer.