From a8699eadd99c7d540512b6a31894b6925d4a2218 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 8 Mar 2018 22:40:41 +0000 Subject: Enable ice_print on XmlError --- service/ex.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 service/ex.cpp (limited to 'service/ex.cpp') diff --git a/service/ex.cpp b/service/ex.cpp new file mode 100644 index 0000000..ec32416 --- /dev/null +++ b/service/ex.cpp @@ -0,0 +1,10 @@ +#include "api.h" + +namespace MirrorSearch { + void + XmlError::ice_print(std::ostream&s) const + { + s << msg; + } +} + -- cgit v1.2.3