bluetoothengine/btnotif/btnotifsrv/src/bluetoothnotification.cpp
changeset 71 083fd884d7dd
parent 70 f5508c13dfe0
equal deleted inserted replaced
70:f5508c13dfe0 71:083fd884d7dd
   177     SetDataL( TBluetoothDialogParams::EDialogType, iType );
   177     SetDataL( TBluetoothDialogParams::EDialogType, iType );
   178     SetDataL( TBluetoothDialogParams::EResource, iResourceId );
   178     SetDataL( TBluetoothDialogParams::EResource, iResourceId );
   179     delete iReturnData;
   179     delete iReturnData;
   180     iReturnData = NULL;
   180     iReturnData = NULL;
   181     iReturnData = CHbSymbianVariantMap::NewL();
   181     iReturnData = CHbSymbianVariantMap::NewL();
   182     iDialog->Show( KBTDevDialogId(), *iNotificationData, this );
   182     User::LeaveIfError(iDialog->Show( KBTDevDialogId(), *iNotificationData, this ));
   183     BOstraceFunctionExit1( DUMMY_DEVLIST, this );
   183     BOstraceFunctionExit1( DUMMY_DEVLIST, this );
   184     }
   184     }
   185 
   185 
   186 // ---------------------------------------------------------------------------
   186 // ---------------------------------------------------------------------------
   187 // Stop showing the notification.
   187 // Stop showing the notification.