Mercurial > hg > audiodb
view accumulators.h @ 575:7293a11b0fec
Marginally more idiomatic adbpd_setquerytype()
That whole bit of logic is going to go away soon, because those query
type names are a relic -- but it's good to getting it looking reasonable
first.
author | mas01cr |
---|---|
date | Mon, 06 Jul 2009 15:09:54 +0000 |
parents | 342822c2d49a |
children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif