Mercurial > hg > audiodb
view accumulators.h @ 598:b2a941a372fb
Test for audiodb_retrieve_datum()
The good news: my fix for audiodb_track_id_datum()'s timesTable handling
looks correct. The bad news: we need to NULL out fields we don't fill
with data. Do so.
author | mas01cr |
---|---|
date | Wed, 12 Aug 2009 14:57:11 +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