Switch to side-by-side view
--- a/src/common/rclconfig.h +++ b/src/common/rclconfig.h @@ -152,7 +152,10 @@ string getIdxStatusFile() const; /** Do path translation according to the ptrans table */ void urlrewrite(const string& dbdir, string& url) const; - + ConfSimple *getPTrans() + { + return m_ptrans; + } /** Get Web Queue directory name */ string getWebQueueDir() const;