Fix for Bug 2974 - [GCCE] Extra qualification errors in kernel/eka/include/drivers/rm_debug_eventhandler.h
--- a/kernel/eka/include/drivers/rm_debug_eventhandler.h Tue Jun 15 12:46:12 2010 +0100
+++ b/kernel/eka/include/drivers/rm_debug_eventhandler.h Tue Jun 15 13:29:38 2010 +0100
@@ -27,12 +27,12 @@
TInt Start();
TInt Stop();
- inline void DRM_DebugEventHandler::LockDataAccess()
+ inline void LockDataAccess()
{
Kern::SemaphoreWait(*iProtectionLock);
}
- inline void DRM_DebugEventHandler::ReleaseDataAccess()
+ inline void ReleaseDataAccess()
{
Kern::SemaphoreSignal(*iProtectionLock);
}