mmsengine/mmsserver/src/mmsforwardoperation.cpp
branchRCL_3
changeset 26 ebe688cedc25
parent 0 72b543305e3a
child 27 7fdbb852d323
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
    25 #include    <logcli.h>
    25 #include    <logcli.h>
    26 #include    <commdb.h>
    26 #include    <commdb.h>
    27 #include    <in_sock.h>
    27 #include    <in_sock.h>
    28 #include    <commdbconnpref.h>
    28 #include    <commdbconnpref.h>
    29 #include    <featmgr.h>
    29 #include    <featmgr.h>
    30 #include    <AknGlobalNote.h>
       
    31 
    30 
    32 // the rest are local includes, needed always
    31 // the rest are local includes, needed always
    33 #include    "mmsconst.h"
    32 #include    "mmsconst.h"
    34 #include    "mmsforwardoperation.h"
    33 #include    "mmsforwardoperation.h"
    35 #include    "mmssession.h"
    34 #include    "mmssession.h"
    66 //
    65 //
    67 CMmsForwardOperation::CMmsForwardOperation( RFs& aFs ):
    66 CMmsForwardOperation::CMmsForwardOperation( RFs& aFs ):
    68     CMmsBaseOperation( aFs )
    67     CMmsBaseOperation( aFs )
    69     {
    68     {
    70     //
    69     //
    71     // members that get initial value 0, need not be intialized here
    70     // members that get initial value 0, need not be initialized here
    72     //
    71     //
    73     }
    72     }
    74 
    73 
    75 // ---------------------------------------------------------
    74 // ---------------------------------------------------------
    76 // CMmsForwardOperation::ConstructL
    75 // CMmsForwardOperation::ConstructL
   304         FallThrough();
   303         FallThrough();
   305         return;
   304         return;
   306         }
   305         }
   307 
   306 
   308     //
   307     //
   309     // If notification has been succesfully updated, clear the relatedId link
   308     // If notification has been successfully updated, clear the relatedId link
   310     //
   309     //
   311     #ifndef _NO_MMSS_LOGGING_
   310     #ifndef _NO_MMSS_LOGGING_
   312     TMmsLogger::Log( _L( "0" ) );
   311     TMmsLogger::Log( _L( "0" ) );
   313     #endif
   312     #endif
   314     if( iError != KMmsErrorOfflineMode )
   313     if( iError != KMmsErrorOfflineMode )