History log of /haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/AutoPackageAttributes.cpp
Revision Date Author Comments
# c4c9e06c 25-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Support for auto-generated package node attributes

* Add utility class AutoPackageAttributes and AttributeCookie subclass
AutoPackageAttributeCookie.
* UnpackingAttributeCookie::Open() does now try to create a
AutoPackageAttributeCookie, when it doesn't find the attribute in the
PackageNode.
* Adjust UnpackingAttributeDirectoryCookie to also list auto-generated
attributes.

Currently the only supported attribute is "SYS:PACKAGE", which is the
file name of the package containing the node.


# c4c9e06c88d03c20bcf84b4e627ce4a4fb15d22f 25-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Support for auto-generated package node attributes

* Add utility class AutoPackageAttributes and AttributeCookie subclass
AutoPackageAttributeCookie.
* UnpackingAttributeCookie::Open() does now try to create a
AutoPackageAttributeCookie, when it doesn't find the attribute in the
PackageNode.
* Adjust UnpackingAttributeDirectoryCookie to also list auto-generated
attributes.

Currently the only supported attribute is "SYS:PACKAGE", which is the
file name of the package containing the node.