kerneltest/f32test/smassstorage/src/t_ms_fsunit.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 81 e7d2d738d3c2
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
   209 TInt CFileSystem::DefaultPath(TDes& /*aPath*/) const 
   209 TInt CFileSystem::DefaultPath(TDes& /*aPath*/) const 
   210 	{
   210 	{
   211 	return KErrNone;
   211 	return KErrNone;
   212 	}
   212 	}
   213 
   213 
       
   214 EXPORT_C void CFileSystem::DriveInfo(TDriveInfo& aInfo, TInt aDriveNumber) const
       
   215 	{
       
   216 	}
   214 
   217 
   215 EXPORT_C TBool CFileSystem::IsExtensionSupported() const
   218 EXPORT_C TBool CFileSystem::IsExtensionSupported() const
   216 	{
   219 	{
   217 	return(EFalse);
   220 	return(EFalse);
   218 	}
   221 	}