libpqxx  4.0.1
trigger.hxx
1 /*-------------------------------------------------------------------------
2  *
3  * FILE
4  * pqxx/trigger.hxx
5  *
6  * DESCRIPTION
7  * definition of the pqxx::trigger functor interface.
8  * OBSOLETE. Include pqxx/notify-listen instead.
9  *
10  * Copyright (c) 2001-2011, Jeroen T. Vermeulen <jtv@xs4all.nl>
11  *
12  * See COPYING for copyright license. If you did not receive a file called
13  * COPYING with this source code, please notify the distributor of this mistake,
14  * or contact the author.
15  *
16  *-------------------------------------------------------------------------
17  */
18 #ifndef PQXX_H_TRIGGER
19 #define PQXX_H_TRIGGER
20 
21 #include "pqxx/notify-listen"
22 
23 namespace pqxx
24 {
30 }
31 
32 #endif
33