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