33#ifndef E_BESConstraintFuncs_h
34#define E_BESConstraintFuncs_h 1
38#include "BESDataHandlerInterface.h"
40namespace BESConstraintFuncs
42 std::string pre_to_post_constraint(
const std::string &name,
43 const std::string &pre_constraint ) ;
44 void post_append( BESDataHandlerInterface &dhi ) ;