diff options
Diffstat (limited to 'service/ex.cpp')
-rw-r--r-- | service/ex.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
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; + } +} + |