Fixed gcc2 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34254 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -107,12 +107,14 @@ public:
|
|||||||
bool IsUserlandServerThread() const;
|
bool IsUserlandServerThread() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class KernelDebug;
|
|
||||||
struct SelectSyncMap;
|
struct SelectSyncMap;
|
||||||
struct NodeListenerKey;
|
struct NodeListenerKey;
|
||||||
struct NodeListenerProxy;
|
struct NodeListenerProxy;
|
||||||
struct NodeListenerHashDefinition;
|
struct NodeListenerHashDefinition;
|
||||||
|
|
||||||
|
friend class KernelDebug;
|
||||||
|
friend struct NodeListenerProxy;
|
||||||
|
|
||||||
typedef BOpenHashTable<VNodeOpsHashDefinition> VNodeOpsMap;
|
typedef BOpenHashTable<VNodeOpsHashDefinition> VNodeOpsMap;
|
||||||
typedef BOpenHashTable<NodeListenerHashDefinition> NodeListenerMap;
|
typedef BOpenHashTable<NodeListenerHashDefinition> NodeListenerMap;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user