~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/include/local_filesys.h

  • Committer: Package Import Robot
  • Author(s): Adrien Cunin
  • Date: 2012-12-07 17:17:17 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20121207171717-nt6as62u4pa1uv11
Tags: 3.6.0.2-1ubuntu1
* Merge from Debian experimental. Remaining Ubuntu change:
   - Added debian/patches/11_use-decimal-si-by-default.patch in order to
     comply with UnitsPolicy

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
        static const wxChar path_separator;
25
25
 
26
 
        // If called with a symlink, GetFileType stats the link, not 
 
26
        // If called with a symlink, GetFileType stats the link, not
27
27
        // the target.
28
28
        static enum local_fileType GetFileType(const wxString& path);
29
29
 
41
41
        bool GetNextFile(wxString& name);
42
42
        bool GetNextFile(wxString& name, bool &isLink, bool &is_dir, wxLongLong* size, wxDateTime* modificationTime, int* mode);
43
43
        void EndFindFiles();
44
 
        
 
44
 
45
45
protected:
46
46
#ifdef __WXMSW__
47
47
        static bool ConvertFileTimeToWxDateTime(wxDateTime& time, const FILETIME &ft);