User: obo     
Date: 06/01/19 07:30:42

Modified:
 /dba/connectivity/source/drivers/kab/
  KConnection.hxx

Log:
 INTEGRATION: CWS dba202e (1.2.14); FILE MERGED
 2006/01/10 14:23:17 fs 1.2.14.1: copying fixes for #i59673# and #i60062# to 
this (earlier) CWS

File Changes:

Directory: /dba/connectivity/source/drivers/kab/
================================================

File [changed]: KConnection.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KConnection.hxx?r1=1.2&r2=1.3
Delta lines:  +10 -5
--------------------
--- KConnection.hxx     19 Dec 2005 16:49:11 -0000      1.2
+++ KConnection.hxx     19 Jan 2006 15:30:40 -0000      1.3
@@ -37,7 +37,6 @@
 #define _CONNECTIVITY_KAB_CONNECTION_HXX_
 
 #include <map>
-#include <kabc/stdaddressbook.h>
 
 #ifndef _CONNECTIVITY_OSUBCOMPONENT_HXX_
 #include "OSubComponent.hxx"
@@ -67,6 +66,12 @@
 #include <cppuhelper/compbase3.hxx>
 #endif
 
+namespace KABC
+{
+    class StdAddressBook;
+    class AddressBook;
+}
+
 namespace connectivity
 {
        namespace kab
@@ -153,7 +158,7 @@
 
                        // accessors
                        inline KabDriver*                       getDriver()     
                const { return m_pDriver;}
-                       inline ::KABC::AddressBook*     getAddressBook()        
const { return m_pAddressBook; }
+                              ::KABC::AddressBook* getAddressBook()    const;
                };
        }
 }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to