Skip to content

Commit

Permalink
Move IFS::Directory and IFS::FsBase objects into IFS library
Browse files Browse the repository at this point in the history
Don't belong in Stream.
  • Loading branch information
mikee47 committed Feb 22, 2021
1 parent 49e2248 commit 25668a2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Sming/Core/Data/Stream/Directory.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#pragma once

#include "IFS/Directory.h"
#include <IFS/Directory.h>
#include <FileSystem.h>

/**
Expand Down
102 changes: 0 additions & 102 deletions Sming/Core/Data/Stream/IFS/Directory.cpp

This file was deleted.

111 changes: 0 additions & 111 deletions Sming/Core/Data/Stream/IFS/Directory.h

This file was deleted.

2 changes: 1 addition & 1 deletion Sming/Core/Data/Stream/IFS/DirectoryTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#pragma once

#include "../SectionTemplate.h"
#include "Directory.h"
#include <IFS/Directory.h>

#define DIRSTREAM_FIELD_MAP(XX) \
XX(file_id, "File identifier") \
Expand Down
2 changes: 1 addition & 1 deletion Sming/Core/Data/Stream/IFS/FileStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#pragma once

#include "../ReadWriteStream.h"
#include "FsBase.h"
#include <IFS/FsBase.h>

namespace IFS
{
Expand Down
72 changes: 0 additions & 72 deletions Sming/Core/Data/Stream/IFS/FsBase.h

This file was deleted.

0 comments on commit 25668a2

Please sign in to comment.