1 2 3 4 5 6 7 8 9 10
#include "icetraySupport.h" #include "chronoHelpers.h" template<> void DB::Command::bindParam(unsigned int x, const Chrono::DateTime & dt) { this->bindParamT(x, *dt); }