Fixed gcc2 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34254 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a612f3c2ae
commit
7c90c5fc9f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user