summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-05-22 09:53:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-05-22 09:53:32 +0000
commita7b117921ea9fb1b54de5e63c643279d17c18fa6 (patch)
tree3664f499cc4965f82833e46be66a227e176dae0f /connectivity/source
parent1efd332fa39143722f91d7a9cfbcc879b90afa89 (diff)
#65293# createSingleFactory changed
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/adabas/Bservices.cxx9
-rw-r--r--connectivity/source/drivers/ado/Aservices.cxx9
-rw-r--r--connectivity/source/drivers/calc/Cservices.cxx9
-rw-r--r--connectivity/source/drivers/dbase/Dservices.cxx9
-rw-r--r--connectivity/source/drivers/flat/Eservices.cxx9
-rw-r--r--connectivity/source/drivers/odbc/oservices.cxx9
6 files changed, 30 insertions, 24 deletions
diff --git a/connectivity/source/drivers/adabas/Bservices.cxx b/connectivity/source/drivers/adabas/Bservices.cxx
index aaf7b7780a8a..82d8d89c93e8 100644
--- a/connectivity/source/drivers/adabas/Bservices.cxx
+++ b/connectivity/source/drivers/adabas/Bservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Bservices.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-21 13:38:44 $
+ * last change: $Author: vg $ $Date: 2001-05-22 10:53:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc)
const Reference< XMultiServiceFactory > & rServiceManager,
const OUString & rComponentName,
::cppu::ComponentInstantiation pCreateFunction,
- const Sequence< OUString > & rServiceNames
+ const Sequence< OUString > & rServiceNames,
+ rtl_ModuleCount* _pT
);
//***************************************************************************************
@@ -137,7 +138,7 @@ struct ProviderRequest
if (!xRet.is() && (Implname == sImplementationName))
try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services);
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
catch(...)
{
diff --git a/connectivity/source/drivers/ado/Aservices.cxx b/connectivity/source/drivers/ado/Aservices.cxx
index 02871fe27ee7..92c6ea79d7d7 100644
--- a/connectivity/source/drivers/ado/Aservices.cxx
+++ b/connectivity/source/drivers/ado/Aservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Aservices.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-04-04 05:56:07 $
+ * last change: $Author: vg $ $Date: 2001-05-22 10:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc)
const Reference< XMultiServiceFactory > & rServiceManager,
const OUString & rComponentName,
::cppu::ComponentInstantiation pCreateFunction,
- const Sequence< OUString > & rServiceNames
+ const Sequence< OUString > & rServiceNames ,
+ rtl_ModuleCount* _pT
);
//***************************************************************************************
@@ -137,7 +138,7 @@ struct ProviderRequest
if (!xRet.is() && (Implname == sImplementationName))
try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services);
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
catch(...)
{
diff --git a/connectivity/source/drivers/calc/Cservices.cxx b/connectivity/source/drivers/calc/Cservices.cxx
index d5832a5a3bbd..503d84414dc8 100644
--- a/connectivity/source/drivers/calc/Cservices.cxx
+++ b/connectivity/source/drivers/calc/Cservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Cservices.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 14:39:51 $
+ * last change: $Author: vg $ $Date: 2001-05-22 10:52:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc)
const Reference< XMultiServiceFactory > & rServiceManager,
const OUString & rComponentName,
::cppu::ComponentInstantiation pCreateFunction,
- const Sequence< OUString > & rServiceNames
+ const Sequence< OUString > & rServiceNames,
+ rtl_ModuleCount* _pT
);
//***************************************************************************************
@@ -137,7 +138,7 @@ struct ProviderRequest
if (!xRet.is() && (Implname == sImplementationName))
try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services);
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
catch(...)
{
diff --git a/connectivity/source/drivers/dbase/Dservices.cxx b/connectivity/source/drivers/dbase/Dservices.cxx
index 7343bdb97ea1..24baaae51664 100644
--- a/connectivity/source/drivers/dbase/Dservices.cxx
+++ b/connectivity/source/drivers/dbase/Dservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Dservices.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-21 13:41:13 $
+ * last change: $Author: vg $ $Date: 2001-05-22 10:50:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc)
const Reference< XMultiServiceFactory > & rServiceManager,
const OUString & rComponentName,
::cppu::ComponentInstantiation pCreateFunction,
- const Sequence< OUString > & rServiceNames
+ const Sequence< OUString > & rServiceNames,
+ rtl_ModuleCount* _pT
);
//***************************************************************************************
@@ -137,7 +138,7 @@ struct ProviderRequest
if (!xRet.is() && (Implname == sImplementationName))
try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services);
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
catch(...)
{
diff --git a/connectivity/source/drivers/flat/Eservices.cxx b/connectivity/source/drivers/flat/Eservices.cxx
index 34be76407ced..3e07e6d11118 100644
--- a/connectivity/source/drivers/flat/Eservices.cxx
+++ b/connectivity/source/drivers/flat/Eservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Eservices.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-21 13:41:54 $
+ * last change: $Author: vg $ $Date: 2001-05-22 10:51:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc)
const Reference< XMultiServiceFactory > & rServiceManager,
const OUString & rComponentName,
::cppu::ComponentInstantiation pCreateFunction,
- const Sequence< OUString > & rServiceNames
+ const Sequence< OUString > & rServiceNames,
+ rtl_ModuleCount* _pT
);
//***************************************************************************************
@@ -137,7 +138,7 @@ struct ProviderRequest
if (!xRet.is() && (Implname == sImplementationName))
try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services);
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
catch(...)
{
diff --git a/connectivity/source/drivers/odbc/oservices.cxx b/connectivity/source/drivers/odbc/oservices.cxx
index ced2b096aa15..cb31b54c5ee5 100644
--- a/connectivity/source/drivers/odbc/oservices.cxx
+++ b/connectivity/source/drivers/odbc/oservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: oservices.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-20 16:54:34 $
+ * last change: $Author: vg $ $Date: 2001-05-22 10:49:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc)
const Reference< XMultiServiceFactory > & rServiceManager,
const OUString & rComponentName,
::cppu::ComponentInstantiation pCreateFunction,
- const Sequence< OUString > & rServiceNames
+ const Sequence< OUString > & rServiceNames,
+ rtl_ModuleCount* _pTemp
);
//***************************************************************************************
@@ -137,7 +138,7 @@ struct ProviderRequest
if (!xRet.is() && (Implname == sImplementationName))
try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services);
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
catch(...)
{