summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-03 10:01:17 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-03 10:01:45 +0200
commit47521b5816c425497dd0fc5f91dc3e744abdecc1 (patch)
treef2ae928e15b20b7376c73d359d3c59950e45c7e7
parente4669faa6835796267490efe906f0bd8355f6a50 (diff)
Add FIXME
Change-Id: I4ebdca6a7d09a228122842a79b217ac2611a7c06
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper2.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
index e07af2e0f216..7c76a9a86ffa 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
@@ -40,6 +40,10 @@ namespace embed {
// MT: Not needed any more, remove later...
+// FIXME: I certainly would love to remove as much as possible of this steaming pile of
+// over-engineering, but I wonder what exactly the above comment means. Certainly it is not
+// straightforward to remove this class, it is used.
+
class ImplXMLSignatureListener : public cppu::WeakImplHelper
<
css::xml::crypto::sax::XSignatureCreationResultListener,