Fixed gcc2 build and warnings.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34255 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7c90c5fc9f
commit
2f59a69a9a
@ -99,7 +99,7 @@ struct Volume::DomainDirectoryEventJob : Job {
|
|||||||
:
|
:
|
||||||
Job(volume),
|
Job(volume),
|
||||||
fDomain(domain),
|
fDomain(domain),
|
||||||
fEvent(NULL)
|
fEvent()
|
||||||
{
|
{
|
||||||
fDomain->AcquireReference();
|
fDomain->AcquireReference();
|
||||||
}
|
}
|
||||||
|
@ -57,6 +57,10 @@ private:
|
|||||||
struct PackageLoaderContentHandler;
|
struct PackageLoaderContentHandler;
|
||||||
struct DomainDirectoryListener;
|
struct DomainDirectoryListener;
|
||||||
|
|
||||||
|
friend struct AddPackageDomainJob;
|
||||||
|
friend struct DomainDirectoryEventJob;
|
||||||
|
friend struct DomainDirectoryListener;
|
||||||
|
|
||||||
typedef DoublyLinkedList<Job> JobList;
|
typedef DoublyLinkedList<Job> JobList;
|
||||||
typedef DoublyLinkedList<PackageDomain> PackageDomainList;
|
typedef DoublyLinkedList<PackageDomain> PackageDomainList;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user