libpqxx 4.0
trigger.hxx
00001 /*-------------------------------------------------------------------------
00002  *
00003  *   FILE
00004  *      pqxx/trigger.hxx
00005  *
00006  *   DESCRIPTION
00007  *      definition of the pqxx::trigger functor interface.
00008  *   OBSOLETE.  Include pqxx/notify-listen instead.
00009  *
00010  * Copyright (c) 2001-2011, Jeroen T. Vermeulen <jtv@xs4all.nl>
00011  *
00012  * See COPYING for copyright license.  If you did not receive a file called
00013  * COPYING with this source code, please notify the distributor of this mistake,
00014  * or contact the author.
00015  *
00016  *-------------------------------------------------------------------------
00017  */
00018 #ifndef PQXX_H_TRIGGER
00019 #define PQXX_H_TRIGGER
00020 
00021 #include "pqxx/notify-listen"
00022 
00023 namespace pqxx
00024 {
00029 typedef notify_listener trigger;
00030 }
00031 
00032 #endif
00033