mmsengine/mmsserver/src/mmsbaseoperation.cpp
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
child 67 fc91263aee62
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
    17 
    17 
    18 
    18 
    19 
    19 
    20 
    20 
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    23 #include <logengdurations.h>
       
    24 #endif
       
    25 #include    <msventry.h>
    22 #include    <msventry.h>
    26 #include    <logcli.h>
    23 #include    <logcli.h>
    27 #include    <logview.h>
    24 #include    <logview.h>
    28 // socket error when switching to offline mode
    25 // socket error when switching to offline mode
    29 #include    <es_sock.h>
    26 #include    <es_sock.h>
    30 // Internet error when switching to offline mode
    27 // Internet error when switching to offline mode
    31 #include    <inet6err.h>
    28 #include    <inet6err.h>
    32 #include    <CoreApplicationUIsSDKCRKeys.h>
    29 #include    <CoreApplicationUIsSDKCRKeys.h>
    33 #include    <e32property.h> // pubsub
    30 #include    <e32property.h> // PubSub
    34 #include    <connect/sbdefs.h>
    31 #include    <connect/sbdefs.h>
    35 #include    <apgcli.h>  // RApaLsSession
    32 #include    <apgcli.h>  // RApaLsSession
    36 #include    <fileprotectionresolver.h>
    33 #include    <fileprotectionresolver.h>
    37 #include    <mmsvattachmentmanager.h>
    34 #include    <mmsvattachmentmanager.h>
    38 
    35 
   700 // ---------------------------------------------------------
   697 // ---------------------------------------------------------
   701 //
   698 //
   702 void CMmsBaseOperation::SelectNextState()
   699 void CMmsBaseOperation::SelectNextState()
   703     {
   700     {
   704 
   701 
   705     // If appropiate, the functions called within the switch statement
   702     // If appropriate, the functions called within the switch statement
   706     // will make us active again. If all is done, the asynchronous request
   703     // will make us active again. If all is done, the asynchronous request
   707     // will complete
   704     // will complete
   708 
   705 
   709     // iCritical state determines the state where the operation must be
   706     // iCritical state determines the state where the operation must be
   710     // continued if progress is interrupted by an error caused by backup/restore.
   707     // continued if progress is interrupted by an error caused by backup/restore.