Skip to content

Commit

Permalink
add dummy FWhioPlatformFile::SetLowerLevel ( may need change)
Browse files Browse the repository at this point in the history
  • Loading branch information
UbitUmarov committed Dec 16, 2018
1 parent d6ea660 commit 60da316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Source/AvinationViewer/DiskSubsystem/IPlatformFileWhio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ FWhioPlatformFile::~FWhioPlatformFile()
{
}

void FWhioPlatformFile::SetLowerLevel(IPlatformFile* NewLowerLevel)
{
}

bool FWhioPlatformFile::ShouldBeUsed(IPlatformFile* Inner, const TCHAR* CmdLine) const
{
// Does this ever get called?
Expand Down
2 changes: 1 addition & 1 deletion Source/AvinationViewer/DiskSubsystem/IPlatformFileWhio.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AVINATIONVIEWER_API FWhioPlatformFile : public IPlatformFile
bool Unmount(const TCHAR* InWhioFilename);

// BEGIN IPlatformFile Interface
virtual void SetLowerLevel(IPlatformFile* NewLowerLevel)override;
virtual void SetLowerLevel(IPlatformFile* NewLowerLevel) override;
virtual bool FileExists(const TCHAR* Filename) override;
virtual int64 FileSize(const TCHAR* Filename) override;
virtual bool DeleteFile(const TCHAR* Filename) override;
Expand Down

0 comments on commit 60da316

Please sign in to comment.