bearermanagement/mpm/src/mpmconfirmdlgstarting.cpp
changeset 41 bbb64eb3bdee
parent 32 5c4486441ae6
child 56 dd6aaa97e7b1
equal deleted inserted replaced
40:c5b848e6c7d1 41:bbb64eb3bdee
    79       iConnId( aConnId ),
    79       iConnId( aConnId ),
    80       iSnapId( aSnapId ),
    80       iSnapId( aSnapId ),
    81       iIAP( aIAP ),
    81       iIAP( aIAP ),
    82       iDialogType( aDialogType ),
    82       iDialogType( aDialogType ),
    83       iConfirmDlg( NULL ),
    83       iConfirmDlg( NULL ),
       
    84       iMsgQuery( EMsgQueryCancelled ),
    84       iPref( aPref ),
    85       iPref( aPref ),
    85       iServer( aServer ),
    86       iServer( aServer ),
    86       iSession ( aSession ),
    87       iSession ( aSession ),
       
    88       iError( 0 ),
    87       iIapState( aIapState )
    89       iIapState( aIapState )
    88     {
    90     {
    89     }
    91     }
    90 
    92 
    91 
    93