Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.h
...
...
51
     *
51
     *
52
     * This is not in general the same as the "parent" document used 
52
     * This is not in general the same as the "parent" document used 
53
     * with Rcl::Db::addOrUpdate(). The latter is generally the enclosing file. 
53
     * with Rcl::Db::addOrUpdate(). The latter is generally the enclosing file. 
54
     */
54
     */
55
    static bool getEnclosing(const string &url, const string &ipath,
55
    static bool getEnclosing(const string &url, const string &ipath,
56
                 string &eurl, string &eipath);
56
                 string &eurl, string &eipath, string& udi);
57
    /**
57
    /**
58
     * Identify and possibly decompress file, create adequate
58
     * Identify and possibly decompress file, create adequate
59
     * handler. The mtype parameter is only set when the object is
59
     * handler. The mtype parameter is only set when the object is
60
     * created for previewing a file. Filter output may be
60
     * created for previewing a file. Filter output may be
61
     * different for previewing and indexing.
61
     * different for previewing and indexing.