Tag: cws_src680_kaddrbook User: ebischoff Date: 05/11/22 02:52:49 Modified: /dba/connectivity/source/drivers/kab/ KResultSet.hxx
Log: Just adding comments File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSet.hxx?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +8 -6 ------------------- --- KResultSet.hxx 2 Sep 2005 15:22:52 -0000 1.1.2.3 +++ KResultSet.hxx 22 Nov 2005 10:52:46 -0000 1.1.2.4 @@ -2,9 +2,9 @@ * * $RCSfile: KResultSet.hxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: ebischoff $ $Date: 2005/09/02 15:22:52 $ + * last change: $Author: ebischoff $ $Date: 2005/11/22 10:52:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,11 +118,13 @@ public comphelper::OPropertyArrayUsageHelper<KabResultSet> { protected: - ::com::sun::star::uno::Reference< KabCommonStatement > m_xStatement; - ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > m_xMetaData; + ::com::sun::star::uno::Reference< KabCommonStatement > + m_xStatement; // the statement that has created this result set + ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > + m_xMetaData; // the description of the columns in this result set ::KABC::Addressee::List m_aKabAddressees; // address book entries matching the query - sal_Int32 m_nRowPos; - sal_Bool m_bWasNull; + sal_Int32 m_nRowPos; // the current row within the result set + sal_Bool m_bWasNull; // last entry retrieved from this result set was NULL // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
