psln/Src/PslnSoundActivator.cpp
branchRCL_3
changeset 38 c52421ed5f07
parent 0 2f259fa3e83a
equal deleted inserted replaced
29:a8834a2e9a96 38:c52421ed5f07
   127                 {
   127                 {
   128                 PSLN_TRACE_DEBUG("CPslnSoundActivator::CollectSoundsL file found");
   128                 PSLN_TRACE_DEBUG("CPslnSoundActivator::CollectSoundsL file found");
   129                 TPslnSoundActivatorEntry entry;
   129                 TPslnSoundActivatorEntry entry;
   130                 entry.iFullName = fullNamePtr;
   130                 entry.iFullName = fullNamePtr;
   131                 entry.iID = KPslnSoundItems[i];
   131                 entry.iID = KPslnSoundItems[i];
   132                 iSoundArray.Append( entry );
   132                 iSoundArray.AppendL( entry );
   133                 }
   133                 }
   134 
   134 
   135             CleanupStack::PopAndDestroy( 2, data ); // data, fullName
   135             CleanupStack::PopAndDestroy( 2, data ); // data, fullName
   136             }
   136             }
   137         }
   137         }