summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 10:32:24 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 10:32:24 +0000
commit62c3f601ddb3610fa2e552a13fe7e535a69dbb84 (patch)
tree730e461d819a5d2334e11c1766f397a0ee39be90 /connectivity/source/simpledbt
parent94868e124e0d8138d5b014a6bb9771b1c868a4b7 (diff)
INTEGRATION: CWS dba17 (1.6.2); FILE MERGED
2004/09/22 12:56:15 fs 1.6.2.1: #i33913# +isEmbeddedInDatabase superseding getComponentContextConnection
Diffstat (limited to 'connectivity/source/simpledbt')
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/simpledbt/staticdbtools_s.cxx b/connectivity/source/simpledbt/staticdbtools_s.cxx
index 2cb8cb0ee8c7..62ceb2e39666 100644
--- a/connectivity/source/simpledbt/staticdbtools_s.cxx
+++ b/connectivity/source/simpledbt/staticdbtools_s.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: staticdbtools_s.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 10:02:48 $
+ * last change: $Author: pjunck $ $Date: 2004-10-22 11:32:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -254,9 +254,9 @@ namespace connectivity
}
// ------------------------------------------------
- Reference< XConnection > ODataAccessStaticTools::getComponentContextConnection( const Reference< XInterface >& _rxComponent )
+ bool ODataAccessStaticTools::isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent, Reference< XConnection >& _rxActualConnection )
{
- return ::dbtools::getActiveConnectionFromParent( _rxComponent );
+ return ::dbtools::isEmbeddedInDatabase( _rxComponent, _rxActualConnection );
}
//........................................................................