mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix IWritableTapeImage inheritance chain.
This commit is contained in:
@@ -36,11 +36,12 @@
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2019 Natalia Portillo
|
// Copyright © 2011-2019 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using DiscImageChef.CommonTypes.Structs;
|
using DiscImageChef.CommonTypes.Structs;
|
||||||
|
|
||||||
namespace DiscImageChef.CommonTypes.Interfaces
|
namespace DiscImageChef.CommonTypes.Interfaces
|
||||||
{
|
{
|
||||||
public interface IWritableTapeImage : ITapeImage
|
public interface IWritableTapeImage : ITapeImage, IWritableImage
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Registers a new file in the image
|
/// Registers a new file in the image
|
||||||
|
|||||||
Reference in New Issue
Block a user