libpqxx
4.0.1
|
Obsolete notification receiver. More...
#include <notify-listen.hxx>
Public Member Functions | |
notify_listener (connection_base &c, const std::string &n) | |
virtual | ~notify_listener () throw () |
const std::string & | name () const |
virtual void | operator() (int be_pid)=0 |
Protected Member Functions | |
connection_base & | Conn () const throw () |
connection_base & | conn () const throw () |
Obsolete notification receiver.
pqxx::notify_listener::notify_listener | ( | connection_base & | c, |
const std::string & | n | ||
) |
|
virtual |
|
protected |
|
protected |
const std::string& pqxx::notify_listener::name | ( | ) | const |
|
pure virtual |