Changeset 256 in dev for trunk/abdev/BasicCompiler_Common/src/NamespaceSupporter.cpp
- Timestamp:
- Aug 1, 2007, 11:19:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/NamespaceSupporter.cpp
r206 r256 9 9 { 10 10 NamespaceScopes namespaceScopes( namespaceStr ); 11 if( !compiler. GetMeta().GetNamespaces().IsExist( namespaceScopes ) ){11 if( !compiler.objectModule.meta.GetNamespaces().IsExist( namespaceScopes ) ){ 12 12 return false; 13 13 }
Note:
See TracChangeset
for help on using the changeset viewer.