{
namespace data
{
- /** Chache strore record id. */
+ /** Cache store record id. */
typedef DefaultIntegral<long long, -1> RecordId;
/** The default RecordId is a value we don't use for records. */
static const RecordId noRecordId;
//
// CLASS NAME : RepoIndex
//
- /** Repository content data.
+ /** Repository content data (from /content file).
* File and Checksum definitions required by Downloader and Parser.
+ * (Do not confuse with NU's repoindex.xml)
*/
class RepoIndex : public base::ReferenceCounted, private base::NonCopyable
{