diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-07 23:12:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-07 23:12:21 -0400 |
| commit | 0d10dfe4718dc6875a20fc7c0c3d0b8b982cf3d8 (patch) | |
| tree | ed2715c5fec56ad665379d4f4d694985bb8de4e7 /Emby.Common.Implementations/IO/SharpCifs/Smb/FileEntry.cs | |
| parent | a30e22c3a2eb9d7460f5a98d4e9eb946201b9658 (diff) | |
update sharpcifs
Diffstat (limited to 'Emby.Common.Implementations/IO/SharpCifs/Smb/FileEntry.cs')
| -rw-r--r-- | Emby.Common.Implementations/IO/SharpCifs/Smb/FileEntry.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Emby.Common.Implementations/IO/SharpCifs/Smb/FileEntry.cs b/Emby.Common.Implementations/IO/SharpCifs/Smb/FileEntry.cs index c7b212631..bbf3e7cc4 100644 --- a/Emby.Common.Implementations/IO/SharpCifs/Smb/FileEntry.cs +++ b/Emby.Common.Implementations/IO/SharpCifs/Smb/FileEntry.cs @@ -16,18 +16,18 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA namespace SharpCifs.Smb { - public interface IFileEntry - { - string GetName(); + public interface IFileEntry + { + string GetName(); - int GetType(); + int GetType(); - int GetAttributes(); + int GetAttributes(); - long CreateTime(); + long CreateTime(); - long LastModified(); + long LastModified(); - long Length(); - } + long Length(); + } } |
