#include <database/database_connection.h>
#include <database/db_exceptions.h>
#include <database/db_log.h>
-#include <dhcpsrv/thread_resource_mgr.h>
#include <exceptions/exceptions.h>
#include <mysql/mysql_binding.h>
#include <mysql/mysql_constants.h>
+#include <util/thread_resource.h>
#include <boost/scoped_ptr.hpp>
#include <mysql.h>
#include <mysqld_error.h>
bool prepared_; ///< Flag to indicate prepareStatements has been called
- mutable isc::dhcp::ThreadResourceMgr<MySqlHolder> handles_;
+ mutable isc::dhcp::ThreadResource<MySqlHolder> handles_;
};
} // namespace db