camerauis/cameraapp/generic/src/CamBurstCaptureArray.cpp
branchRCL_3
changeset 16 53c8aa5d97a3
parent 10 8c55c525d5d7
equal deleted inserted replaced
15:bf64cebf4673 16:53c8aa5d97a3
   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