Switch to unified view

a/src/conftree.h b/src/conftree.h
...
...
263
    /**
263
    /**
264
     * Write in file format to out
264
     * Write in file format to out
265
     */
265
     */
266
    bool write(ostream& out) const;
266
    bool write(ostream& out) const;
267
267
268
    /** Give access to semi-parsed file contents */
269
    const vector<ConfLine>& getlines() const {
270
        return m_order;
271
    }
272
    
268
protected:
273
protected:
269
    bool dotildexpand;
274
    bool dotildexpand;
270
    StatusCode status;
275
    StatusCode status;
271
private:
276
private:
272
    // Set if we're working with a file
277
    // Set if we're working with a file