Subversion Repositories tpanel

Rev

Rev 51 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 113
Line 30... Line 30...
30
        bool createDirectoryStructure();
30
        bool createDirectoryStructure();
31
 
31
 
32
    private:
32
    private:
33
        bool createPanelConfigs();
33
        bool createPanelConfigs();
34
        bool _makeDir(const std::string& dir);
34
        bool _makeDir(const std::string& dir);
-
 
35
        bool copyFile(const std::string& fname);
35
#ifdef __ANDROID__
36
#ifdef __ANDROID__
36
        bool askPermissions();
37
        bool askPermissions();
37
#endif
38
#endif
38
        std::string mPath;
39
        std::string mPath;
39
};
40
};