Update of /cvsroot/mahogany/M/include/adb
In directory sc8-pr-cvs1:/tmp/cvs-serv30491/include/adb
Modified Files:
AdbEntry.h ProvPalm.h
Log Message:
One address per line file Adb driver
Index: AdbEntry.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbEntry.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- AdbEntry.h 13 Sep 2002 01:27:46 -0000 1.26
+++ AdbEntry.h 22 Aug 2003 09:53:42 -0000 1.27
@@ -225,5 +225,5 @@
/// find entry by name (returns NULL if not found)
- virtual AdbEntry *FindEntry(const wxChar *szName) = 0;
+ virtual AdbEntry *FindEntry(const wxChar *szName) const = 0;
// misc
Index: ProvPalm.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/ProvPalm.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- ProvPalm.h 13 Sep 2002 01:27:46 -0000 1.8
+++ ProvPalm.h 22 Aug 2003 09:53:42 -0000 1.9
@@ -109,5 +109,5 @@
virtual void DeleteGroup(const String& strName);
- virtual AdbEntry *FindEntry(const wxChar *szName);
+ virtual AdbEntry *FindEntry(const wxChar *szName) const;
virtual bool IsReadOnly() const
{
@@ -176,5 +176,5 @@
{ m_pRootGroup->DeleteGroup(strName); }
- virtual AdbEntry *FindEntry(const wxChar *szName)
+ virtual AdbEntry *FindEntry(const wxChar *szName) const
{ return m_pRootGroup->FindEntry(szName); }
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates