1
0
mirror of https://github.com/zerotier/ZeroTierOne.git synced 2025-03-12 04:36:29 -07:00
Adam Ierymenko b1faebae4a Re-add...
2022-06-23 13:24:33 -04:00

9 lines
298 B
Plaintext

/** pqxx::nontransaction class.
*
* pqxx::nontransaction provides nontransactional database access.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/internal/header-pre.hxx"
#include "pqxx/nontransaction.hxx"
#include "pqxx/internal/header-post.hxx"