summaryrefslogtreecommitdiff
path: root/service/ex.cpp
blob: ec32416cd2002ef5bd4e2cac6aecd8b9175f75ff (plain)
1
2
3
4
5
6
7
8
9
10
#include "api.h"

namespace MirrorSearch {
	void
	XmlError::ice_print(std::ostream&s) const
	{
		s << msg;
	}
}