Update of /cvsroot/mahogany/M/src/adb
In directory sc8-pr-cvs1:/tmp/cvs-serv31635/src/adb

Modified Files:
        ProvPalm.cpp 
Log Message:
fixed compilation of Palm ADB provider

Index: ProvPalm.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/ProvPalm.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -u -2 -r1.23 -r1.24
--- ProvPalm.cpp        16 Oct 2003 10:29:23 -0000      1.23
+++ ProvPalm.cpp        21 Jan 2004 12:40:38 -0000      1.24
@@ -59,5 +59,5 @@
 // ----------------------------------------------------------------------------
 
-PalmEntry::PalmEntry(PalmEntryGroup *pGroup, const String& strName, bool bNew = false)
+PalmEntry::PalmEntry(PalmEntryGroup *pGroup, const String& strName, bool bNew)
 {
   m_pGroup = pGroup;
@@ -305,9 +305,4 @@
 }
 
-String PalmBook::GetName() const
-{
-  return m_strName;
-}
-
 void PalmBook::SetDescription(const String& strDesc)
 {



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to