diff -r a232af6b0b1f -r a5496987b1da kernel/eka/include/drivers/rm_debug_eventhandler.h --- 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 + #endif //__RM_DEBUG_EVENTHANDLER_H__