User: kz Date: 05/01/21 09:13:02 Modified: /dba/dbaccess/source/ui/dlg/ DbAdminImpl.hxx
Log: INTEGRATION: CWS dba22 (1.3.22); FILE MERGED 2005/01/06 12:42:49 oj 1.3.22.1: #i39321# extend createConnection to return a pair now File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DbAdminImpl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DbAdminImpl.hxx?r1=1.3&r2=1.4 Delta lines: +1 -1 ------------------- --- DbAdminImpl.hxx 27 Oct 2004 12:59:51 -0000 1.3 +++ DbAdminImpl.hxx 21 Jan 2005 17:13:00 -0000 1.4 @@ -152,7 +152,7 @@ /** creates a new connection. The caller is responsible to dispose it !!!! */ - ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > createConnection(); + ::std::pair< ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >,sal_Bool> createConnection(); /** return the corresponding driver for the selected URL */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
