Changeset 195 in dev for trunk/abdev/BasicCompiler_Common/Const.cpp
- Timestamp:
- Jun 26, 2007, 1:48:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Const.cpp
r193 r195 1 1 #include <Compiler.h> 2 #include <NamespaceSupporter.h> 2 3 3 4 #include "common.h" … … 14 15 return false; 15 16 } 16 return compiler.IsSameAreaNamespace( this->namespaceScopes, namespaceScopes );17 return namespaceSupporter.IsSameAreaNamespace( this->namespaceScopes, namespaceScopes ); 17 18 } 18 19 bool ConstBase::IsEqualSymbol( const string &fullName ) const
Note:
See TracChangeset
for help on using the changeset viewer.