Added new method declarations to kernel class
This commit is contained in:
@@ -19,10 +19,14 @@ public:
|
||||
|
||||
bool hasSharedBlock(unsigned int blockID) const;
|
||||
|
||||
bool hasPhysicalBlock(unsigned int blockID) const;
|
||||
|
||||
private:
|
||||
|
||||
Map<unsigned int, MemoryBlock&> m_sharedBlocks;
|
||||
|
||||
Map<unsigned int, MemoryBlock&> m_physicalBlocks;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user