mmsengine/mmsserver/src/mmsbaseoperation.cpp
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
    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
    22 #include    <msventry.h>
    25 #include    <msventry.h>
    23 #include    <logcli.h>
    26 #include    <logcli.h>
    24 #include    <logview.h>
    27 #include    <logview.h>
    25 // socket error when switching to offline mode
    28 // socket error when switching to offline mode
    26 #include    <es_sock.h>
    29 #include    <es_sock.h>
    27 // Internet error when switching to offline mode
    30 // Internet error when switching to offline mode
    28 #include    <inet6err.h>
    31 #include    <inet6err.h>
    29 #include    <CoreApplicationUIsSDKCRKeys.h>
    32 #include    <CoreApplicationUIsSDKCRKeys.h>
    30 #include    <e32property.h> // PubSub
    33 #include    <e32property.h> // pubsub
    31 #include    <connect/sbdefs.h>
    34 #include    <connect/sbdefs.h>
    32 #include    <apgcli.h>  // RApaLsSession
    35 #include    <apgcli.h>  // RApaLsSession
    33 #include    <fileprotectionresolver.h>
    36 #include    <fileprotectionresolver.h>
    34 #include    <mmsvattachmentmanager.h>
    37 #include    <mmsvattachmentmanager.h>
    35 
    38 
   697 // ---------------------------------------------------------
   700 // ---------------------------------------------------------
   698 //
   701 //
   699 void CMmsBaseOperation::SelectNextState()
   702 void CMmsBaseOperation::SelectNextState()
   700     {
   703     {
   701 
   704 
   702     // If appropriate, the functions called within the switch statement
   705     // If appropiate, the functions called within the switch statement
   703     // will make us active again. If all is done, the asynchronous request
   706     // will make us active again. If all is done, the asynchronous request
   704     // will complete
   707     // will complete
   705 
   708 
   706     // iCritical state determines the state where the operation must be
   709     // iCritical state determines the state where the operation must be
   707     // continued if progress is interrupted by an error caused by backup/restore.
   710     // continued if progress is interrupted by an error caused by backup/restore.