From: Duncan Mac-Vicar P Date: Thu, 7 Sep 2006 14:20:29 +0000 (+0000) Subject: - add Source::checksum() which in combination with X-Git-Tag: 6.6.0~3054 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d30bc23d50e790210ca1a2fbbc28f1bd51653c2;p=platform%2Fupstream%2Flibzypp.git - add Source::checksum() which in combination with timestamp can give an idea of a source change. --- diff --git a/zypp/source/SourceImpl.h b/zypp/source/SourceImpl.h index 0d865b342..26def7159 100644 --- a/zypp/source/SourceImpl.h +++ b/zypp/source/SourceImpl.h @@ -213,6 +213,8 @@ namespace zypp */ virtual Date timestamp() const; + virtual std::string checksum() const; + std::string alias (void) const { return _alias; }