Mercurial > hg > audiodb
view accumulators.h @ 488:f4dc8e47ee37 api-inversion
Remove dump_query() function.
It seems to have been used for printf debugging of test files and never
removed. (Debuggers aren't great, but they are better than
hand-maintained printing routines for this kind of thing; in particular,
gdb will do this for you rather better than dump_query() did.)
author | mas01cr |
---|---|
date | Sat, 10 Jan 2009 15:32: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