Kaydet (Commit) 8774399e authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba06 (1.11.6); FILE MERGED

2003/05/13 09:59:09 oj 1.11.6.1: #109478# change return type of construct member function
üst 2b1ef2a4
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: Connection.hxx,v $ * $RCSfile: Connection.hxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: hr $ $Date: 2003-04-28 16:12:33 $ * last change: $Author: vg $ $Date: 2003-05-22 10:51:26 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -126,7 +126,7 @@ namespace connectivity ...@@ -126,7 +126,7 @@ namespace connectivity
DECLARE_SERVICE_INFO(); DECLARE_SERVICE_INFO();
// ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
java_sql_Connection(const java_sql_Driver* _pDriver); java_sql_Connection(const java_sql_Driver* _pDriver);
void construct( const ::rtl::OUString& url, sal_Bool construct( const ::rtl::OUString& url,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info); const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info);
inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges;} inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment