Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
169
    /** Get list of top directories. This is needed from a number of places
169
    /** Get list of top directories. This is needed from a number of places
170
     * and needs some cleaning-up code. An empty list is always an error, no
170
     * and needs some cleaning-up code. An empty list is always an error, no
171
     * need for other status */
171
     * need for other status */
172
    vector<string> getTopdirs() const;
172
    vector<string> getTopdirs() const;
173
173
174
    string getConfdirPath(const char *varname, const char *dflt) const;
174
    /** Get database directory */
175
    /** Get database directory */
175
    string getDbDir() const;
176
    string getDbDir() const;
176
    /** Get stoplist file name */
177
    /** Get stoplist file name */
177
    string getStopfile() const;
178
    string getStopfile() const;
179
    /** Get synonym groups file name */
180
    string getSynGroupsFile() const;
178
    /** Get indexing pid file name */
181
    /** Get indexing pid file name */
179
    string getPidfile() const;
182
    string getPidfile() const;
180
    /** Get indexing status file name */
183
    /** Get indexing status file name */
181
    string getIdxStatusFile() const;
184
    string getIdxStatusFile() const;
182
    /** Do path translation according to the ptrans table */
185
    /** Do path translation according to the ptrans table */