summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/service/embed.h.m4
blob: a08a1c51fe4766b5985baadacc65d69a9f46e6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
define(`name', NAME)
#include <functional>
#include <string>

namespace sql {
	class name {
		public:
			static const std::string sql;
			static const std::size_t hash;
	};
}