kernel/eka/memmodel/emul/win32/mutils.cpp
branchRCL_3
changeset 110 c734af59ce98
parent 39 5d2844f35677
equal deleted inserted replaced
97:41f0cfe18c80 110:c734af59ce98
   410 	}
   410 	}
   411 
   411 
   412 
   412 
   413 // Misc DPagingDevice methods
   413 // Misc DPagingDevice methods
   414 
   414 
       
   415 EXPORT_C NFastMutex* DPagingDevice::NotificationLock()
       
   416 	{
       
   417 	// use the system lock
       
   418 	return &TheScheduler.iLock;
       
   419 	}
       
   420 
   415 EXPORT_C void DPagingDevice::NotifyIdle()
   421 EXPORT_C void DPagingDevice::NotifyIdle()
   416 	{
   422 	{
   417 	// Not used on this memory model
   423 	// Not used on this memory model
   418 	}
   424 	}
   419 
   425