Mercurial > hg > audiodb
view accumulators.h @ 447:b75c1e826058 api-inversion
LESS VERBOSITY
Tracing the API as currently implemented will be a little bit of a pain;
there won't be any terribly easy way to get helpful diagnostics, and our
error codes aren't very helpful. But it's clearly wrong to have a
verbosity flag lurking, so we have to zap the messages.
author | mas01cr |
---|---|
date | Wed, 24 Dec 2008 10:56:49 +0000 |
parents | 166312a124bc |
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