From 9cd3ccffd5372dfde3af478e3f832f18db4be3f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging tags --- yhttpd-0.7.0/src/maps/mtools.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 yhttpd-0.7.0/src/maps/mtools.h (limited to 'yhttpd-0.7.0/src/maps/mtools.h') diff --git a/yhttpd-0.7.0/src/maps/mtools.h b/yhttpd-0.7.0/src/maps/mtools.h new file mode 100644 index 0000000..f32a49e --- /dev/null +++ b/yhttpd-0.7.0/src/maps/mtools.h @@ -0,0 +1,15 @@ +#ifndef MTOOLS_H +#define MTOOLS_H + + +template +struct mtools +{ + static void delete_obj(type_ type_obj); +}; + +#include "mtools.tmpl" + +#endif + + -- cgit v1.2.3