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

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

Index: ProvPalm.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/ProvPalm.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- ProvPalm.h  24 Oct 2003 15:40:53 -0000      1.13
+++ ProvPalm.h  21 Jan 2004 12:40:38 -0000      1.14
@@ -97,5 +97,5 @@
   virtual AdbEntryGroup *GetGroup(const String& name) const;
 
-  virtual bool Exists(const String& path) const;
+  virtual bool Exists(const String& path);
 
   virtual AdbEntry *CreateEntry(const String& strName);
@@ -152,5 +152,5 @@
     { return m_pRootGroup->GetEntry(name); }
 
-  virtual bool Exists(const String& path) const
+  virtual bool Exists(const String& path)
     { return m_pRootGroup->Exists(path); }
 



-------------------------------------------------------
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