Update of /cvsroot/mahogany/M/include/adb
In directory usw-pr-cvs1:/tmp/cvs-serv9870/include/adb
Modified Files:
AdbEntry.h
Log Message:
use only the nick names matches when expanding an address using the address
book if there were any such expansions, only fallback to the matches elsewhere
if no nicknames could be matched
Index: AdbEntry.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbEntry.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -u -2 -r1.19 -r1.20
--- AdbEntry.h 19 May 2000 17:15:59 -0000 1.19
+++ AdbEntry.h 14 Apr 2002 09:03:56 -0000 1.20
@@ -162,5 +162,5 @@
// other operations
/// check whether we match the given string (see AdbLookup_xxx constants)
- virtual bool Matches(const char *str, int where, int how) = 0;
+ virtual int Matches(const char *str, int where, int how) const = 0;
/// description of an item is the name and the address
@@ -260,5 +260,5 @@
virtual void ClearDirty() { m_bDirty = FALSE; }
virtual bool IsDirty() const { return m_bDirty; }
- virtual bool Matches(const char *str, int where, int how);
+ virtual int Matches(const char *str, int where, int how) const;
protected:
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates