Revert making SeekableReadDirectory virtual.

This would be an API-breaking change that is actually pointless.
Override ReadDirectory instead, as intended.
This commit is contained in:
Felix A. Croes
2019-06-05 09:24:27 +02:00
parent ce436fc29a
commit 02fd6906c2
2 changed files with 4 additions and 4 deletions

View File

@ -1291,7 +1291,7 @@ namespace Fsp
ModificationDescriptor,
ref ModifiedDescriptor);
}
public virtual Int32 SeekableReadDirectory(
public Int32 SeekableReadDirectory(
Object FileNode,
Object FileDesc,
String Pattern,