Mercurial > hg > classical
view common/TypeRegistrar.h @ 33:84d6acb6b3ba
* Bit more work on track composer identification
author | Chris Cannam |
---|---|
date | Mon, 22 Mar 2010 16:41:01 +0000 |
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