equal
deleted
inserted
replaced
110 // |
110 // |
111 // --------------------------------------------------------------------------- |
111 // --------------------------------------------------------------------------- |
112 // |
112 // |
113 void CIAUpdateRoamingHandler::CancelPreparing() |
113 void CIAUpdateRoamingHandler::CancelPreparing() |
114 { |
114 { |
115 iNwReg->Cancel(); |
115 if ( iNwReg ) |
|
116 { |
|
117 iNwReg->Cancel(); |
|
118 } |
116 } |
119 } |
117 |
120 |
118 |
121 |
119 // --------------------------------------------------------------------------- |
122 // --------------------------------------------------------------------------- |
120 // CIAUpdateRoamingHandler::Prepared() |
123 // CIAUpdateRoamingHandler::Prepared() |