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