]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
fixed problem with non-const methods not working on wxRegKey initially opened in...
[wxWidgets.git] / src / palmos / volume.cpp
index 34a1c39cb0665e5dc2ace620ea3afe10b3a5dddf..e0530d13d28ffda0b84ddb61a37e30ebaff2d381 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        src/palmos/volume.cpp
 // Purpose:     wxFSVolume - encapsulates system volume information
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -101,7 +101,7 @@ static unsigned GetBasicFlags(const wxChar* filename)
 // Purpose: Add a file to the list if it meets the filter requirement.
 // Notes: - See GetBasicFlags for remarks about the Mounted flag.
 //=============================================================================
-static bool FilteredAdd(wxArrayString& list, const wxChar* filename, 
+static bool FilteredAdd(wxArrayString& list, const wxChar* filename,
                         unsigned flagsSet, unsigned flagsUnset)
 {
     return false;
@@ -139,7 +139,7 @@ wxArrayString wxFSVolumeBase::GetVolumes(int flagsSet, int flagsUnset)
 
         if (err != errNone)
             break;
-    } 
+    }
 
     return list;
 } // GetVolumes