equal
deleted
inserted
replaced
131 { |
131 { |
132 if( !iFileName ) |
132 if( !iFileName ) |
133 { |
133 { |
134 return KNullDesC; |
134 return KNullDesC; |
135 } |
135 } |
136 else |
136 return *iFileName; |
137 { |
|
138 return *iFileName; |
|
139 } |
|
140 } |
137 } |
141 |
138 |
142 // --------------------------------------------------------------------------- |
139 // --------------------------------------------------------------------------- |
143 // CCamBurstCaptureItem::ImageName |
140 // CCamBurstCaptureItem::ImageName |
144 // Return a pointer to the image name |
141 // Return a pointer to the image name |
145 // --------------------------------------------------------------------------- |
142 // --------------------------------------------------------------------------- |
146 // |
143 // |
147 const TDesC& CCamBurstCaptureArray::CCamBurstCaptureItem::ImageName() const |
144 const TDesC& CCamBurstCaptureArray::CCamBurstCaptureItem::ImageName() const |
148 { |
145 { |
|
146 if( !iImageName ) |
|
147 { |
|
148 return KNullDesC; |
|
149 } |
149 return *iImageName; |
150 return *iImageName; |
150 } |
151 } |
151 |
152 |
152 // --------------------------------------------------------------------------- |
153 // --------------------------------------------------------------------------- |
153 // CCamCaptureSetupListItem::Bitmap |
154 // CCamCaptureSetupListItem::Bitmap |