From 93df06eacf7abeb0a1343d414bbd9da9f0d2fbd2 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 6 Oct 2023 14:05:54 +0100 Subject: [PATCH] [IArchive] Define `GetInformation`. --- Aaru.Archives/Symbian/Info.cs | 1 + Aaru.CommonTypes | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Aaru.Archives/Symbian/Info.cs b/Aaru.Archives/Symbian/Info.cs index 93ed92133..7b4b894a1 100644 --- a/Aaru.Archives/Symbian/Info.cs +++ b/Aaru.Archives/Symbian/Info.cs @@ -77,6 +77,7 @@ public partial class Symbian uint comp_name_ptr; byte[] ComponentName_b; string ComponentName = ""; + public void GetInformation(IFilter filter, Encoding encoding, out string information) SymbianHeader sh = new SymbianHeader(); BinaryReader br = new BinaryReader(fileStream); diff --git a/Aaru.CommonTypes b/Aaru.CommonTypes index ef84faca3..109d36561 160000 --- a/Aaru.CommonTypes +++ b/Aaru.CommonTypes @@ -1 +1 @@ -Subproject commit ef84faca3829237a5e4f8cb152d32fca8865c128 +Subproject commit 109d36561f9c976649e2cd0f685567466eb93c41