userlibandfileserver/fileserver/sfile/sf_sys.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 62 4a8fed1c0ef6
child 107 42b870f99677
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
   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 	}