userlibandfileserver/fileserver/sfat32/inc/fat_table32.inl
changeset 6 0173bcd7697c
parent 0 a41df078684a
equal deleted inserted replaced
4:56f325a607ea 6:0173bcd7697c
    21 
    21 
    22 #ifndef FAT_TABLE_32_INL
    22 #ifndef FAT_TABLE_32_INL
    23 #define FAT_TABLE_32_INL
    23 #define FAT_TABLE_32_INL
    24 
    24 
    25 
    25 
       
    26 
    26 //---------------------------------------------------------------------------------------------------------------------------------------
    27 //---------------------------------------------------------------------------------------------------------------------------------------
    27 
    28 
    28 /** @return interface to the FAT drive */
    29 /** @return interface to the FAT drive */
    29 TFatDriveInterface& CAtaFatTable::DriveInterface() const 
    30 TDriveInterface& CAtaFatTable::DriveInterface() const 
    30     {
    31     {
    31     return iDriveInteface;
    32     return iDriveInteface;
    32     }
    33     }
    33 
    34 
    34 /** @return pointer to the owning mount. */
    35 /** @return pointer to the owning mount. */