# # # patch "mtn_cvs/cvs_sync.hh" # from [5aea98e9a4e573c3bd48323e3821471f2a2b04bd] # to [8f758c563e60607d22f4855f7d4259c5ca606653] # ============================================================ --- mtn_cvs/cvs_sync.hh 5aea98e9a4e573c3bd48323e3821471f2a2b04bd +++ mtn_cvs/cvs_sync.hh 8f758c563e60607d22f4855f7d4259c5ca606653 @@ -134,10 +134,9 @@ public: public: mtn_automate::sync_map_t create_cvs_cert_header() const; - std::string::size_type parse_cvs_cert_header(mtn_automate::sync_map_t const& c, - std::string &repository, std::string& module, std::string& branch) const; -// static std::string::size_type parse_cvs_cert_header(cert_value const& value, -// std::string &repository, std::string& module, std::string& branch); + static void parse_cvs_cert_header( + mtn_automate::sync_map_t const& c, std::string const& domain, + std::string &repository, std::string& module, std::string& branch); private: void check_split(const cvs_file_state &s, const cvs_file_state &end,