equal
deleted
inserted
replaced
78 |
78 |
79 // Init mutex |
79 // Init mutex |
80 User::LeaveIfError(iMutex.CreateLocal()); |
80 User::LeaveIfError(iMutex.CreateLocal()); |
81 |
81 |
82 iMutex.Wait(); |
82 iMutex.Wait(); |
83 |
83 |
84 // coverity[SIZECHECK] |
|
85 iLoadWaitQueue = CSensrvTransactionQueue::NewL(ETrue); |
84 iLoadWaitQueue = CSensrvTransactionQueue::NewL(ETrue); |
86 |
85 |
87 iTransactionMonitor = CSensrvTransactionMonitor::NewL(*this); |
86 iTransactionMonitor = CSensrvTransactionMonitor::NewL(*this); |
88 |
87 |
89 // Note: Slight memory savings are possible if iThreadMonitor and iUnloadTimer |
88 // Note: Slight memory savings are possible if iThreadMonitor and iUnloadTimer |