Mercurial > hg > audiodb
view accumulators.h @ 440:91addb6ce4c4 api-inversion
We plan to make audiodb_insert_datum() an API function
That means that we had better not claim success, or more probably fail
dramatically, when calling it on a database which happens to have the
LARGE_ADB attribute.
author | mas01cr |
---|---|
date | Wed, 24 Dec 2008 10:56:22 +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