00001 /* vim: set et sw=3 tw=0 fo=croqlaw cino=t0: 00002 * 00003 * Astxx, the Asterisk C++ API and Utility Library. 00004 * Copyright (C) 2005-2007 Matthew A. Nicholson 00005 * Copyright (C) 2005-2007 Digium, Inc. 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public 00009 * License version 2.1 as published by the Free Software Foundation. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 */ 00020 00029 #ifndef ASTXX_MANAGER_H 00030 #define ASTXX_MANAGER_H 00031 00032 #include <astxx/manager/connection.h> 00033 #include <astxx/manager/error.h> 00034 #include <astxx/manager/message.h> 00035 00036 #include <astxx/manager/action/absolute_timeout.h> 00037 #include <astxx/manager/action/command.h> 00038 #include <astxx/manager/action/extension_state.h> 00039 #include <astxx/manager/action/getvar.h> 00040 #include <astxx/manager/action/hangup.h> 00041 #include <astxx/manager/action/list_commands.h> 00042 #include <astxx/manager/action/login.h> 00043 #include <astxx/manager/action/logoff.h> 00044 #include <astxx/manager/action/mailbox_count.h> 00045 #include <astxx/manager/action/mailbox_status.h> 00046 #include <astxx/manager/action/originate.h> 00047 #include <astxx/manager/action/ping.h> 00048 #include <astxx/manager/action/redirect.h> 00049 #include <astxx/manager/action/setvar.h> 00050 #include <astxx/manager/action/status.h> 00051 #include <astxx/manager/action/user_event.h> 00052 00053 #endif
1.5.6