Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
180
     * filenames are handled differently */
180
     * filenames are handled differently */
181
    const string &getDefCharset(bool filename = false) const;
181
    const string &getDefCharset(bool filename = false) const;
182
182
183
    /** Get list of top directories. This is needed from a number of places
183
    /** Get list of top directories. This is needed from a number of places
184
     * and needs some cleaning-up code. An empty list is always an error, no
184
     * and needs some cleaning-up code. An empty list is always an error, no
185
     * need for other status */
185
     * need for other status 
186
     * @param formonitor if set retrieve the list for real time monitoring 
187
     *         (if the monitor list does not exist we return the normal one).
188
     */
186
    vector<string> getTopdirs() const;
189
    vector<string> getTopdirs(bool formonitor = false) const;
187
190
188
    string getConfdirPath(const char *varname, const char *dflt) const;
191
    string getConfdirPath(const char *varname, const char *dflt) const;
189
    string getCachedirPath(const char *varname, const char *dflt) const;
192
    string getCachedirPath(const char *varname, const char *dflt) const;
190
    /** Get database and other directories */
193
    /** Get database and other directories */
191
    string getDbDir() const;
194
    string getDbDir() const;