branch | RCL_3 |
changeset 15 | f85613f12947 |
parent 12 | 523717cdb0ad |
13:81da3301b632 | 15:f85613f12947 |
---|---|
205 { |
205 { |
206 GetRootObjectHandlesL(formatCode, depth); |
206 GetRootObjectHandlesL(formatCode, depth); |
207 } |
207 } |
208 else |
208 else |
209 { |
209 { |
210 iHandles.Append( handle ); |
210 iHandles.AppendL( handle ); |
211 } |
211 } |
212 |
212 |
213 __FLOG(_L8("<< CMTPImageDpGetObjectPropList::GetObjectHandlesL")); |
213 __FLOG(_L8("<< CMTPImageDpGetObjectPropList::GetObjectHandlesL")); |
214 } |
214 } |
215 |
215 |