renamed timestamp to timestamp_type_t
This commit is contained in:
@@ -14,7 +14,7 @@ void test_parameter_binder::write_value(size_t /*pos*/, const float &/*x*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const double &/*x*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const utils::date_type_t &/*x*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const utils::time_type_t &/*x*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const utils::timestamp &/*x*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const utils::timestamp_type_t &/*x*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const char * /*x*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const char * /*x*/, size_t /*size*/) {}
|
||||
void test_parameter_binder::write_value(size_t /*pos*/, const std::string &/*x*/) {}
|
||||
|
||||
Reference in New Issue
Block a user