view common/TypeRegistrar.h @ 26:bff0ee472a7f classical-rdf

* another checkpoint... still some troubles here though
author Chris Cannam
date Fri, 26 Feb 2010 18:10:26 +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