kernel/eka/memmodel/epoc/flexible/mmu/mmanager.h
changeset 102 ef2a444a7410
parent 90 947f0dc9f7a8
child 152 657f875b013e
--- a/kernel/eka/memmodel/epoc/flexible/mmu/mmanager.h	Fri Apr 16 16:24:37 2010 +0300
+++ b/kernel/eka/memmodel/epoc/flexible/mmu/mmanager.h	Mon May 03 13:47:38 2010 +0300
@@ -153,7 +153,7 @@
 			KErrNotSupported if the manager doesn't support this function,
 			otherwise one of the system wide error codes.
 	*/
-	virtual TInt AddPages(DMemoryObject* aMemory, TUint aIndex, TUint aCount, TPhysAddr* aPages);
+	virtual TInt AddPages(DMemoryObject* aMemory, TUint aIndex, TUint aCount, const TPhysAddr* aPages);
 
 	/**
 	Add a contiguous range of physical memory pages to a region of a memory object.