[svn r346] Fixes to the socket closing and memory cleanup.
7 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
8 * @author Renato Filho <renato.filho@indt.org.br>
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU Lesser General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU Lesser General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
32 #include <gmyth_backendinfo.h>
33 #include <gmyth_common.h>
34 #include <gmyth_debug.h>
35 #include <gmyth_epg.h>
36 #include <gmyth_file_transfer.h>
37 #include <gmyth_livetv.h>
38 #include <gmyth_monitor_handler.h>
39 #include <gmyth_programinfo.h>
40 #include <gmyth_query.h>
41 #include <gmyth_recorder.h>
42 #include <gmyth_remote_util.h>
43 #include <gmyth_scheduler.h>
44 #include <gmyth_socket.h>
45 #include <gmyth_stringlist.h>
46 #include <gmyth_tvchain.h>
47 #include <gmyth_uri.h>
48 #include <gmyth_util.h>
49 #include <gmyth_http.h>
51 #endif /* _GMYTH_H_ */