00001 // 00002 // plumbing - C++ wrapper facades for Berkeley sockets 00003 // Copyright (C) 2009 Peter Miller 00004 // 00005 // This program is free software; you can redistribute it and/or modify it 00006 // under the terms of the GNU General Public License, version 3, as published 00007 // by the Free Software Foundation. 00008 // 00009 // This program is distributed in the hope that it will be useful, but WITHOUT 00010 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00011 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 00012 // more details. 00013 // 00014 // You should have received a copy of the GNU General Public License along 00015 // with this program. If not, see <http://www.gnu.org/licenses/>. 00016 // 00017 00077 #ifndef LIBPLUMBING_LIBPLUMBING_H 00078 #define LIBPLUMBING_LIBPLUMBING_H 00079 00080 // 00081 // This include file is used by the packaging system, to decide which 00082 // include files are to be installed. It is also a lazy way for users 00083 // to get all of the plumbing fixtures, at the cost of compile time. 00084 // 00085 #include <libplumbing/at/job.h> 00086 #include <libplumbing/at/service.h> 00087 #include <libplumbing/reactor.h> 00088 #include <libplumbing/endpoint.h> 00089 #include <libplumbing/endpoint/client.h> 00090 #include <libplumbing/endpoint/client/stdout.h> 00091 #include <libplumbing/endpoint/functor.h> 00092 #include <libplumbing/endpoint/listener.h> 00093 #include <libplumbing/logging.h> 00094 #include <libplumbing/logging/file.h> 00095 #include <libplumbing/logging/null.h> 00096 #include <libplumbing/logging/stderr.h> 00097 #include <libplumbing/logging/syslog.h> 00098 #include <libplumbing/logging/tee.h> 00099 #include <libplumbing/time_value.h> 00100 00101 #endif // LIBPLUMBING_LIBPLUMBING_H