Mercurial > hg > classical
view common/TypeRegistrar.h @ 25:e856df83c57f classical-rdf
* checkpoint disambiguation
author | Chris Cannam |
---|---|
date | Fri, 26 Feb 2010 16:39:16 +0000 |
parents | 9abc896958cf |
children | 7d8a6167febb |
line wrap: on
line source
#ifndef _TYPE_REGISTRAR_H_ #define _TYPE_REGISTRAR_H_ namespace Dataquay { class BasicStore; class ObjectMapper; } namespace ClassicalData { class TypeRegistrar { public: static void registerTypes(); static void addMappings(Dataquay::BasicStore *, Dataquay::ObjectMapper *); }; } #endif