Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
195
                 list<string>& childrens, bool top = true);
195
                 list<string>& childrens, bool top = true);
196
    /** Get prefixes for specialisations of field name */
196
    /** Get prefixes for specialisations of field name */
197
    bool getFieldSpecialisationPrefixes(const string& fld, 
197
    bool getFieldSpecialisationPrefixes(const string& fld, 
198
                    list<string>& pfxes);
198
                    list<string>& pfxes);
199
    const set<string>& getStoredFields() {return m_storedFields;}
199
    const set<string>& getStoredFields() {return m_storedFields;}
200
    set<string> getIndexedFields();
200
    /** Get canonic name for possible alias */
201
    /** Get canonic name for possible alias */
201
    string fieldCanon(const string& fld);
202
    string fieldCanon(const string& fld);
202
    /** Get xattr name to field names translations */
203
    /** Get xattr name to field names translations */
203
    const map<string, string>& getXattrToField() {return m_xattrtofld;}
204
    const map<string, string>& getXattrToField() {return m_xattrtofld;}
204
    /** Get value of a parameter inside the "fields" file. Only some filters 
205
    /** Get value of a parameter inside the "fields" file. Only some filters