mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-31 11:17:01 -07:00 
			
		
		
		
	Add a couple of missing entrypoints.
This commit is contained in:
		@@ -126,6 +126,16 @@ public:
 | 
			
		||||
        throw UnimplementedFilesystemException();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    virtual void createDirectory(const Path& path)
 | 
			
		||||
    {
 | 
			
		||||
        throw UnimplementedFilesystemException();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    virtual void deleteFile(const Path& path)
 | 
			
		||||
    {
 | 
			
		||||
        throw UnimplementedFilesystemException();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
    Filesystem(std::shared_ptr<SectorInterface> sectors);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user