bearermanagement/mpm/src/mpmconfirmdlgstarting.cpp
changeset 47 cb7afde124a3
parent 46 95d45f234cf3
child 56 dd6aaa97e7b1
equal deleted inserted replaced
46:95d45f234cf3 47:cb7afde124a3
    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