Changeset 449 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Delegate.cpp
- Timestamp:
- Mar 22, 2008, 1:56:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Delegate.cpp
r448 r449 5 5 void Delegate::RefleshParameterAndReturnType() 6 6 { 7 compiler.GetNamespaceSupporter().SetImportedNamespaces( this->importedNamespaces ); 8 compiler.GetNamespaceSupporter().SetLivingNamespaceScopes( this->GetNamespaceScopes() ); 9 7 10 // パラメータを解析 8 11 params.Analyze( paramStr.c_str(), sourceIndex ); … … 151 154 } 152 155 153 this->Put( new Delegate( namespaceScopes, name, procKind, paramStr, returnTypeName, nowLine ) );156 this->Put( new Delegate( namespaceScopes, importedNamespaces, name, procKind, paramStr, returnTypeName, nowLine ) ); 154 157 } 155 158 }
Note:
See TracChangeset
for help on using the changeset viewer.