equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include "TimeOutTimer.h" |
20 #include "timeouttimer.h" |
21 #include "TimeOutNotifier.h" |
21 #include "timeoutnotifier.h" |
22 #include "HtiBtEngineLogging.h" |
22 #include "HtiBtEngineLogging.h" |
23 |
23 |
24 // ----------------------------------------------------------------------------- |
24 // ----------------------------------------------------------------------------- |
25 CTimeOutTimer* CTimeOutTimer::NewL( const TInt aPriority, |
25 CTimeOutTimer* CTimeOutTimer::NewL( const TInt aPriority, |
26 MTimeOutNotifier& aTimeOutNotify ) |
26 MTimeOutNotifier& aTimeOutNotify ) |