diff options
author | Martin Maher <mmaher@openoffice.org> | 2001-07-20 14:34:17 +0000 |
---|---|---|
committer | Martin Maher <mmaher@openoffice.org> | 2001-07-20 14:34:17 +0000 |
commit | ac0417f4eb1c15f495f2620dbe250071675bf071 (patch) | |
tree | ae673a7404f901037bee0abd4d7af18ec2ac21b9 /connectivity | |
parent | 1445b5b827e3258ab1fe0845392415020b8198ef (diff) |
Fix for bug #88135 - Endless loop when the ldap connection fails
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx b/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx index 22524616b696..f61fd90bc952 100644 --- a/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx +++ b/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MABQueryHelper.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dkenny $ $Date: 2001-05-28 22:02:59 $ + * last change: $Author: mmaher $ $Date: 2001-07-20 15:34:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -149,6 +149,8 @@ namespace connectivity sal_Int32 getRealCount() const; + void notifyQueryError() ; + }; } } |