photosgallery/viewframework/medialists/src/glxmedia.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
child 30 a60acebbbd9d
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   151     }
   151     }
   152 
   152 
   153 // -----------------------------------------------------------------------------
   153 // -----------------------------------------------------------------------------
   154 // Gets the (file) size
   154 // Gets the (file) size
   155 // -----------------------------------------------------------------------------
   155 // -----------------------------------------------------------------------------
   156 EXPORT_C TBool TGlxMedia::GetSize(TInt& aSize) const
   156 EXPORT_C TBool TGlxMedia::GetSize(TUint& aSize) const
   157     {
   157     {
   158     TRACER("TGlxMedia::GetSize");
   158     TRACER("TGlxMedia::GetSize");
   159     
   159     
   160     if ( iItem )
   160     if ( iItem )
   161         {
   161         {