diff -r 9b2dbb18d44b -r b5dd6d3f5c21 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); }