logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreader.h
changeset 15 76d2cf7a585e
parent 0 4a5361db8937
equal deleted inserted replaced
13:52d644758b05 15:76d2cf7a585e
    59     void testRunL();
    59     void testRunL();
    60     void testRunError();
    60     void testRunError();
    61     void testStateContext();
    61     void testStateContext();
    62     void testViewChange();
    62     void testViewChange();
    63     void testUpdateDetails();
    63     void testUpdateDetails();
       
    64     void testLock();
    64 
    65 
    65 protected: // From LogsReaderObserver
    66 protected: // From LogsReaderObserver
    66     
    67     
    67     void readCompleted(int readCount);
    68     void readCompleted();
    68     void errorOccurred(int err);
    69     void errorOccurred(int err);
    69     void temporaryErrorOccurred(int err);
    70     void temporaryErrorOccurred(int err);
    70     void eventModifyingCompleted();
    71     void eventModifyingCompleted();
    71     void duplicatesReadingCompleted(QList<LogsEvent*> duplicates);
    72     void duplicatesReadingCompleted(QList<LogsEvent*> duplicates);
    72         
    73