kernel/eka/include/drivers/rm_debug_eventhandler.h
changeset 189 a5496987b1da
parent 90 947f0dc9f7a8
--- a/kernel/eka/include/drivers/rm_debug_eventhandler.h	Wed Jun 23 12:58:21 2010 +0100
+++ b/kernel/eka/include/drivers/rm_debug_eventhandler.h	Thu Jul 01 17:57:33 2010 +0100
@@ -27,15 +27,8 @@
 		TInt Start();
 		TInt Stop();
 		
-		inline void DRM_DebugEventHandler::LockDataAccess()
-		    {
-		    Kern::SemaphoreWait(*iProtectionLock);
-		    }
-
-		inline void DRM_DebugEventHandler::ReleaseDataAccess()
-		    {
-		    Kern::SemaphoreSignal(*iProtectionLock);
-		    }
+		inline void LockDataAccess();
+		inline void ReleaseDataAccess();
 		
 	private:
 		static TUint EventHandler(TKernelEvent aEvent, TAny* a1, TAny* a2, TAny* aThis);
@@ -57,4 +50,6 @@
 		eventHandler iEventHandlers[EEventLimit];
 };
 
+#include <rm_debug_eventhandler.inl>
+
 #endif //__RM_DEBUG_EVENTHANDLER_H__