Changeset 668 in dev for trunk/ab5.0/abdev/ab_common
- Timestamp:
- Jun 28, 2008, 4:46:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/include/Lexical/NamespaceSupporter.h
r516 r668 25 25 } 26 26 27 NamespaceScopesCollection &GetImportedNamespaces()27 const NamespaceScopesCollection &GetImportedNamespaces() 28 28 { 29 29 return importedNamespaces; … … 32 32 { 33 33 this->importedNamespaces = namespaces; 34 } 35 void ClearImportedNamespaces() 36 { 37 this->importedNamespaces.clear(); 34 38 } 35 39 bool ImportsNamespace( const NamespaceScopes &namespaceScopes );
Note:
See TracChangeset
for help on using the changeset viewer.