kernel/eka/include/drivers/rm_debug_eventhandler.h
branchGCC_SURGE
changeset 151 b5dd6d3f5c21
parent 90 947f0dc9f7a8
--- 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);
 		    }