userlibandfileserver/fileserver/sfile/sf_sys.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
child 62 4a8fed1c0ef6
child 107 42b870f99677
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
   156 */
   156 */
   157 EXPORT_C TBool CFileSystem::IsExtensionSupported() const
   157 EXPORT_C TBool CFileSystem::IsExtensionSupported() const
   158 	{
   158 	{
   159 	return(EFalse);
   159 	return(EFalse);
   160 	}
   160 	}
       
   161 
       
   162 EXPORT_C void CFileSystem::DriveInfo(TDriveInfo& aInfo, TInt aDriveNumber) const
       
   163 	{
       
   164     GetDriveInfo(aInfo, aDriveNumber);
       
   165 	}
       
   166 
   161 
   167 
   162 EXPORT_C TInt CFileSystem::GetInterface(TInt /*aInterfaceId*/,TAny*& /*aInterface*/,TAny* /*aInput*/)
   168 EXPORT_C TInt CFileSystem::GetInterface(TInt /*aInterfaceId*/,TAny*& /*aInterface*/,TAny* /*aInput*/)
   163 	{
   169 	{
   164 	return(KErrNotSupported);
   170 	return(KErrNotSupported);
   165 	}
   171 	}