Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.h
...
...
80
     * with Rcl::Db::addOrUpdate(). The latter is generally the enclosing file,
80
     * with Rcl::Db::addOrUpdate(). The latter is generally the enclosing file,
81
     * this would be for exemple the email containing the attachment.
81
     * this would be for exemple the email containing the attachment.
82
     */
82
     */
83
    static bool getEnclosing(const string &url, const string &ipath,
83
    static bool getEnclosing(const string &url, const string &ipath,
84
                 string &eurl, string &eipath, string& udi);
84
                 string &eurl, string &eipath, string& udi);
85
86
    /** Return last element in ipath, like basename */
87
    static std::string getLastIpathElt(const std::string& ipath);
85
88
86
    /** Constructors take the initial step to preprocess the data object and
89
    /** Constructors take the initial step to preprocess the data object and
87
     *  create the top filter */
90
     *  create the top filter */
88
91
89
    /**
92
    /**