summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/jservices.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-05-22 09:39:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-05-22 09:39:51 +0000
commitfdc6b27a47290a48bacb64a1ddfe91f0db7d176c (patch)
tree5294989be41a3903e386f9f434b5dd1c3f0dec7d /connectivity/source/drivers/jdbc/jservices.cxx
parentcb04073a4b48b1c5f6e39960706fb4c919869007 (diff)
#65293# createSingleFactory changed
Diffstat (limited to 'connectivity/source/drivers/jdbc/jservices.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/jservices.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/source/drivers/jdbc/jservices.cxx b/connectivity/source/drivers/jdbc/jservices.cxx
index 1f7872689f2b..6f324b510455 100644
--- a/connectivity/source/drivers/jdbc/jservices.cxx
+++ b/connectivity/source/drivers/jdbc/jservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: jservices.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-20 17:03:18 $
+ * last change: $Author: vg $ $Date: 2001-05-22 10:39:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,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* _pModCount
);
//***************************************************************************************
@@ -134,7 +135,7 @@ struct ProviderRequest
if (!xRet.is() && (Implname == sImplementationName))
try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services);
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
catch(...)
{