Kaydet (Commit) 901ee520 authored tarafından Pranav Kant's avatar Pranav Kant

Give name to debug event injector

Change-Id: I3468776797426b04c1cb3206dbb194837a652e16
üst 6ed7a1da
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
DebugEventInjector::DebugEventInjector( sal_uInt32 nMaxEvents) : DebugEventInjector::DebugEventInjector( sal_uInt32 nMaxEvents) :
mnEventsLeft( nMaxEvents ) Timer("debug event injector")
, mnEventsLeft( nMaxEvents )
{ {
SetTimeout( 1000 /* ms */ ); SetTimeout( 1000 /* ms */ );
Start(); Start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment