From: Stanislav Visnovsky Date: Thu, 6 Apr 2006 13:08:33 +0000 (+0000) Subject: fix comments X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~1163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7601a7de6545837f9c78edaeb76bf669d6177b5;p=platform%2Fupstream%2Flibzypp.git fix comments --- diff --git a/zypp/target/store/PersistentStorage.h b/zypp/target/store/PersistentStorage.h index de1f23e..24f85fa 100644 --- a/zypp/target/store/PersistentStorage.h +++ b/zypp/target/store/PersistentStorage.h @@ -131,11 +131,11 @@ namespace zypp */ std::list storedSources() const; /** - * Query for installed Sources + * Add a new installed source */ void storeSource(const SourceData &data); /** - * Query for installed Sources + * Delete an installed source */ void deleteSource(const std::string &alias);