equal
deleted
inserted
replaced
209 if ( ESVPNoType == attribute ) |
209 if ( ESVPNoType == attribute ) |
210 { |
210 { |
211 // Not hold request |
211 // Not hold request |
212 SVPDEBUG1( "CSVPHoldConnectedState::RemoteSessionHoldL:"); |
212 SVPDEBUG1( "CSVPHoldConnectedState::RemoteSessionHoldL:"); |
213 SVPDEBUG1( "Not hold request" ); |
213 SVPDEBUG1( "Not hold request" ); |
214 |
|
215 User::Leave( KErrSVPHoldNotHoldRequest ); |
214 User::Leave( KErrSVPHoldNotHoldRequest ); |
216 } |
215 } |
217 |
216 |
218 CleanupStack::PopAndDestroy( attributeLines ); |
217 CleanupStack::PopAndDestroy( attributeLines ); |
219 |
218 |