connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/cellulardataconfirmation.cpp
changeset 23 7ec726f93df1
parent 18 fcbbe021d614
child 41 bbb64eb3bdee
equal deleted inserted replaced
20:9c97ad6591ae 23:7ec726f93df1
    93     // Create the list box items
    93     // Create the list box items
    94     RArray<TMsgQueryLinkedResults> choices;           
    94     RArray<TMsgQueryLinkedResults> choices;           
    95     
    95     
    96     // Observer is needed in order to get the user inputs
    96     // Observer is needed in order to get the user inputs
    97     iObserver = CDeviceDialogObserver::NewL( this );
    97     iObserver = CDeviceDialogObserver::NewL( this );
    98     iDialog = CHbDeviceDialog::NewL();
    98     iDialog = CHbDeviceDialogSymbian::NewL();
    99     
    99     
   100     // The variant map is needed to construct the dialog correctly,
   100     // The variant map is needed to construct the dialog correctly,
   101     // information whether we are in home network is needed
   101     // information whether we are in home network is needed
   102     TBuf<KVariableLength> key(KHomenetwork);
   102     TBuf<KVariableLength> key(KHomenetwork);
   103     TBool homeNetwork;
   103     TBool homeNetwork;