userlibandfileserver/fileserver/sfat32/inc/fat_table32.inl
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
    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. */