commondrm/drmrightsmanagerui/src/DRMRightsMgrDetailsContainer.cpp
branchRCL_3
changeset 15 04da681812a9
parent 12 8a03a285ab14
child 26 1221b68b8a5f
equal deleted inserted replaced
14:8cdda00a45da 15:04da681812a9
   839 //
   839 //
   840 HBufC* CDRMRightsMgrDetailsContainer::AddPartsOfTimeL(
   840 HBufC* CDRMRightsMgrDetailsContainer::AddPartsOfTimeL(
   841                                     TInt aIntYrs, TInt aIntMon, TInt aIntDay,
   841                                     TInt aIntYrs, TInt aIntMon, TInt aIntDay,
   842                                     TInt aIntHrs, TInt aIntMin, TInt aIntSec )
   842                                     TInt aIntHrs, TInt aIntMin, TInt aIntSec )
   843     {
   843     {
   844     // Only the first meaningful data will be shown
   844     
   845     TInt numOfData = 0;
       
   846 
       
   847     CDesCArrayFlat* strings = new ( ELeave ) CDesCArrayFlat( 1 );
   845     CDesCArrayFlat* strings = new ( ELeave ) CDesCArrayFlat( 1 );
   848     CleanupStack::PushL( strings );
   846     CleanupStack::PushL( strings );
   849 
   847 
   850     if ( aIntYrs > 0 )
   848     if ( aIntYrs > 0 )
   851         {
   849         {