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

« back to all changes in this revision

Viewing changes to src/interface/netconfwizard.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:
38
38
        void OnRestart(wxCommandEvent& event);
39
39
        void OnFinish(wxWizardEvent& event);
40
40
        void OnTimer(wxTimerEvent& event);
41
 
        
 
41
 
42
42
        void OnReceive();
43
43
        void ParseResponse(const char* line);
44
44
        void OnClose();
54
54
        void SendNextCommand();
55
55
 
56
56
        wxString GetExternalIPAddress();
57
 
        
 
57
 
58
58
        int CreateListenSocket();
59
59
        int CreateListenSocket(unsigned int port);
60
60