Fixed gcc2 build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34254 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-11-25 21:13:57 +00:00
parent a612f3c2ae
commit 7c90c5fc9f

View File

@ -107,12 +107,14 @@ public:
bool IsUserlandServerThread() const;
private:
friend class KernelDebug;
struct SelectSyncMap;
struct NodeListenerKey;
struct NodeListenerProxy;
struct NodeListenerHashDefinition;
friend class KernelDebug;
friend struct NodeListenerProxy;
typedef BOpenHashTable<VNodeOpsHashDefinition> VNodeOpsMap;
typedef BOpenHashTable<NodeListenerHashDefinition> NodeListenerMap;