kernel/eka/memmodel/emul/win32/mutils.cpp
changeset 90 947f0dc9f7a8
parent 39 5d2844f35677
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
   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