INTEGRATION: CWS cfg02 (1.4.2); FILE MERGED

2003/05/21 13:02:16 jb 1.4.2.1: #108160# Rework design after review
This commit is contained in:
Vladimir Glazounov 2003-05-26 07:06:07 +00:00
parent b632707949
commit c17932bb10

View file

@ -2,9 +2,9 @@
*
* $RCSfile: schemabuilder.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2003-04-17 13:18:07 $
* last change: $Author: vg $ $Date: 2003-05-26 08:06:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -102,7 +102,7 @@ namespace configmgr
: public SchemaBuilder_Base
{
public:
SchemaBuilder( const OUString& aExpectedComponentName, ITemplateDataProvider* aTemplateProvider = NULL );
SchemaBuilder( const OUString& aExpectedComponentName, MergedComponentData & rData, ITemplateDataProvider* aTemplateProvider = NULL );
virtual ~SchemaBuilder();
// checking the result
@ -182,7 +182,7 @@ namespace configmgr
void substituteInstances();
private:
MergedComponentData m_aData;
MergedComponentData & m_aData;
DataBuilderContext m_aContext;
ComponentDataFactory m_aFactory;
ITemplateDataProvider * m_aTemplateProvider;