1 #include <pqxx/internal/callgate.hxx>
3 #include "pqxx/connection.hxx"
8 class notification_receiver;
22 home().add_receiver(receiver);
26 home().remove_receiver(receiver);
Definition: connection.hxx:106
Base class for call gates.
Definition: callgate.hxx:54
Definition: connection-notification_receiver.hxx:14
Definition: notification.hxx:56
The home of all libpqxx classes, functions, templates, etc.
Definition: array.cxx:26
Connection to a database.
Definition: connection.hxx:278