Show
Ignore:
Timestamp:
07/06/11 07:25:39 (23 months ago)
Author:
jeremyz
Message:

Filesystem: add 'const QString& sys_path=0' parameter to boostrap static function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/core/include/hydrogen/helpers/filesystem.h

    r2254 r2255  
    2626         * check user and system filesystem usability 
    2727         * \param logger is a pointer to the logger instance which will be used 
    28          */ 
    29         static bool bootstrap( Logger* logger ); 
     28         * \param sys_path an alternate system data path 
     29         */ 
     30        static bool bootstrap( Logger* logger, const QString& sys_path=0 ); 
    3031 
    3132        /** returns system data path */