Mercurial > hg > classical
view common/TypeRegistrar.h @ 42:add3570c6035
* Add new "write" option to composer utility
* Default year transcodes to empty string instead of zero
author | Chris Cannam |
---|---|
date | Tue, 20 Apr 2010 15:21:32 +0100 |
parents | 7d8a6167febb |
children |
line wrap: on
line source
#ifndef _TYPE_REGISTRAR_H_ #define _TYPE_REGISTRAR_H_ namespace Dataquay { class BasicStore; class TypeMapping; } namespace ClassicalData { class TypeRegistrar { public: static void registerTypes(); static void addMappings(Dataquay::BasicStore *, Dataquay::TypeMapping *); }; } #endif