Make class public.

This commit is contained in:
2017-07-05 06:54:50 +01:00
parent 5319b3440b
commit 857eceef2d
45 changed files with 6322 additions and 9 deletions

View File

@@ -32,7 +32,7 @@
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
/// <summary>
/// Lisa FS v1, from Lisa OS 1.0 (Workshop or Office)

View File

@@ -37,7 +37,7 @@ using DiscImageChef.Decoders;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
/// <summary>
/// Solves a symbolic link.

View File

@@ -37,7 +37,7 @@ using DiscImageChef.Decoders;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
public override Errno MapBlock(string path, long fileBlock, ref long deviceBlock)
{

View File

@@ -37,7 +37,7 @@ using DiscImageChef.Decoders;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
public override Errno GetAttributes(string path, ref FileAttributes attributes)
{

View File

@@ -38,7 +38,7 @@ using DiscImageChef.ImagePlugins;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
public override bool Identify(ImagePlugin imagePlugin, ulong partitionStart, ulong partitionEnd)
{

View File

@@ -40,7 +40,7 @@ namespace DiscImageChef.Filesystems.LisaFS
{
// All information by Natalia Portillo
// Variable names from Lisa API
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
bool mounted;
bool debug;

View File

@@ -33,7 +33,7 @@
using System;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
/// <summary>
/// The MDDF is the most import block on a Lisa FS volume.

View File

@@ -38,7 +38,7 @@ using DiscImageChef.Decoders;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
/// <summary>
/// Mounts an Apple Lisa filesystem

View File

@@ -38,7 +38,7 @@ using DiscImageChef.Decoders;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
/// <summary>
/// Lists all extended attributes, alternate data streams and forks of the given file.