* Extract the attributes from the package files and attach them as

PackageNodeAttribute to the PackageNodes.
* Implemented the attribute FS interface hooks.
* Made Package and PackageNode BReferenceable.
* Fixed the reference management for Node.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34119 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-11-18 22:44:20 +00:00
parent 1892e95632
commit 46776004f7
16 changed files with 577 additions and 22 deletions
@@ -23,6 +23,7 @@ HAIKU_PACKAGE_FS_SOURCES =
PackageFile.cpp
PackageLeafNode.cpp
PackageNode.cpp
PackageNodeAttribute.cpp
PackageSymlink.cpp
Volume.cpp
;