view accumulators.h @ 630:5f47b734c532

Various fixes: * queryConfig -> configQuery throughout * instance check fix * True response from configCheck
author mas01mj
date Wed, 23 Sep 2009 16:19:42 +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