blob: 025b220bafd8e6e6d7eec51292d0f8b941d994b1 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::notification_receiver functor interface.
*
* pqxx::notification_receiver handles incoming notifications.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/notification.hxx"
|