logsui/logsengine/logssymbianos/inc/logsworker.h
changeset 16 c5af8598d22c
parent 14 f27aebe284bb
equal deleted inserted replaced
14:f27aebe284bb 16:c5af8598d22c
    55   
    55   
    56        /**
    56        /**
    57         *   Destructor.
    57         *   Destructor.
    58         */
    58         */
    59         virtual ~LogsWorker();
    59         virtual ~LogsWorker();
       
    60         
       
    61         virtual int lock(bool locked);
    60 
    62 
    61     protected: // From CActive
    63     protected: // From CActive
    62 
    64 
    63         void RunL();
    65         void RunL();
    64         void DoCancel();
    66         void DoCancel();
    90 
    92 
    91         int mIndex;
    93         int mIndex;
    92         int mCurrentStateIndex;
    94         int mCurrentStateIndex;
    93         QList<LogsStateBase*>* mCurrentStateMachine;
    95         QList<LogsStateBase*>* mCurrentStateMachine;
    94         int mCurrentEventId;
    96         int mCurrentEventId;
       
    97         bool mLocked;
    95     };
    98     };
    96 
    99 
    97 #endif      // LOGSWORKER_H
   100 #endif      // LOGSWORKER_H
    98 
   101 
    99 
   102