Some comment updates
This commit is contained in:
parent
0ee1651856
commit
21ee6d5cdc
@ -390,6 +390,9 @@ private:
|
||||
};
|
||||
|
||||
|
||||
// #pragma mark - HeapAttributeOffsetter
|
||||
|
||||
|
||||
struct PackageWriterImpl::HeapAttributeOffsetter {
|
||||
HeapAttributeOffsetter(const RangeArray<off_t>& ranges,
|
||||
const Array<off_t>& deltas)
|
||||
|
@ -399,7 +399,7 @@ WriterImplBase::RegisterPackageInfo(PackageAttributeList& attributeList,
|
||||
packager->string = fPackageStringCache.Get(packageInfo.Packager().String());
|
||||
attributeList.Add(packager);
|
||||
|
||||
// base package
|
||||
// base package (optional)
|
||||
if (!packageInfo.BasePackage().IsEmpty()) {
|
||||
PackageAttribute* basePackage = new PackageAttribute(
|
||||
B_HPKG_ATTRIBUTE_ID_PACKAGE_BASE_PACKAGE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user