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

« back to all changes in this revision

Viewing changes to src/include/local_path.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:
9
9
class CLocalPath
10
10
{
11
11
public:
12
 
        CLocalPath() { }
 
12
        CLocalPath() {}
13
13
        CLocalPath(const CLocalPath &path);
14
14
 
15
15
        // Creates path. If the path is not syntactically
24
24
 
25
25
        bool empty() const;
26
26
        void clear();
27
 
        
 
27
 
28
28
        // On failure the path is undefined
29
29
        bool ChangePath(const wxString& path);
30
30