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

« back to all changes in this revision

Viewing changes to src/interface/edithandler.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:
71
71
        wxString CanOpen(enum fileType type, const wxString& fileName, bool &dangerous, bool& program_exists);
72
72
        bool StartEditing(const wxString& file);
73
73
        bool StartEditing(const wxString& file, const CServerPath& remotePath, const CServer& server);
74
 
        
 
74
 
75
75
        struct t_fileData
76
76
        {
77
77
                wxString name; // The name of the file
94
94
 
95
95
protected:
96
96
        CEditHandler();
97
 
        virtual ~CEditHandler() { }
 
97
        virtual ~CEditHandler() {}
98
98
 
99
99
        static CEditHandler* m_pEditHandler;
100
100
 
119
119
 
120
120
        wxTimer m_timer;
121
121
        wxTimer m_busyTimer;
122
 
        
 
122
 
123
123
        void RemoveTemporaryFiles(const wxString& temp);
124
124
 
125
125
        wxString GetTemporaryFile(wxString name);