#include "api.h" namespace MirrorSearch { void XmlError::ice_print(std::ostream&s) const { s << msg; } void CurlError::ice_print(std::ostream&s) const { s << msg; } }