equal
deleted
inserted
replaced
233 // |
233 // |
234 void CMediaDataClient::SetResult( TInt aResult ) |
234 void CMediaDataClient::SetResult( TInt aResult ) |
235 { |
235 { |
236 iResult = aResult; |
236 iResult = aResult; |
237 } |
237 } |
|
238 // --------------------------------------------------------- |
|
239 // CMediaDataClient::SetStatusCode() |
|
240 // --------------------------------------------------------- |
|
241 // |
|
242 void CMediaDataClient::SetStatusCode( TInt aStatusCode ) |
|
243 { |
|
244 iStatusCode = aStatusCode; |
|
245 } |
238 |
246 |
239 // --------------------------------------------------------- |
247 // --------------------------------------------------------- |
240 // CMediaDataClient::SetRedirUrlL() |
248 // CMediaDataClient::SetRedirUrlL() |
241 // --------------------------------------------------------- |
249 // --------------------------------------------------------- |
242 // |
250 // |
502 // iGlobalErrorId |
510 // iGlobalErrorId |
503 aStream.WriteInt32L(iGlobalErrorId); |
511 aStream.WriteInt32L(iGlobalErrorId); |
504 |
512 |
505 // iPausable |
513 // iPausable |
506 aStream.WriteInt32L(iPausable); |
514 aStream.WriteInt32L(iPausable); |
|
515 // iStatusCode |
|
516 aStream.WriteInt32L(iStatusCode); |
507 } |
517 } |
508 |
518 |
509 void CMediaDataClient::InternalizeL(RReadStream& /*aStream*/) |
519 void CMediaDataClient::InternalizeL(RReadStream& /*aStream*/) |
510 { |
520 { |
511 } |
521 } |