Changeset 143 in dev for BasicCompiler_Common/src
- Timestamp:
- Jun 16, 2007, 11:25:37 AM (17 years ago)
- Location:
- BasicCompiler_Common/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/src/Namespace.cpp
r140 r143 25 25 bool NamespaceScopes::IsImported() const 26 26 { 27 BOOST_FOREACH( const NamespaceScopes &namespaceScopes, Smoothie:: Meta::importedNamespaces ){27 BOOST_FOREACH( const NamespaceScopes &namespaceScopes, Smoothie::Temp::importedNamespaces ){ 28 28 if( this->IsEqual( namespaceScopes ) ){ 29 29 return true; -
BasicCompiler_Common/src/Smoothie.cpp
r128 r143 22 22 vector<ProcPointer *> Smoothie::Meta::procPointers; 23 23 NamespaceScopesCollection Smoothie::Meta::namespaceScopesCollection; 24 NamespaceScopesCollection Smoothie:: Meta::importedNamespaces;24 NamespaceScopesCollection Smoothie::Temp::importedNamespaces; 25 25 BlittableTypes Smoothie::Meta::blittableTypes; 26 26
Note:
See TracChangeset
for help on using the changeset viewer.