equal
deleted
inserted
replaced
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 } |