branches/gmyth-0.1b/src/gmyth.h
author rosfran
Fri Feb 09 20:28:36 2007 +0000 (2007-02-09)
branchtrunk
changeset 344 21a15c29957b
permissions -rw-r--r--
[svn r346] Fixes to the socket closing and memory cleanup.
renatofilho@320
     1
/**
renatofilho@320
     2
 * GMyth Library
renatofilho@320
     3
 *
renatofilho@320
     4
 * @file gmyth/gmyth.h
renatofilho@320
     5
 * 
renatofilho@320
     6
 *
renatofilho@320
     7
 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
renatofilho@320
     8
 * @author Renato Filho <renato.filho@indt.org.br>
renatofilho@320
     9
 *
renatofilho@320
    10
 *//*
renatofilho@320
    11
 * 
renatofilho@320
    12
 * This program is free software; you can redistribute it and/or modify
renatofilho@320
    13
 * it under the terms of the GNU Lesser General Public License as published by
renatofilho@320
    14
 * the Free Software Foundation; either version 2 of the License, or
renatofilho@320
    15
 * (at your option) any later version.
renatofilho@320
    16
 *
renatofilho@320
    17
 * This program is distributed in the hope that it will be useful,
renatofilho@320
    18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
renatofilho@320
    19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
renatofilho@320
    20
 * GNU General Public License for more details.
renatofilho@320
    21
 *
renatofilho@320
    22
 * You should have received a copy of the GNU Lesser General Public License
renatofilho@320
    23
 * along with this program; if not, write to the Free Software
renatofilho@320
    24
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
renatofilho@320
    25
 */
renatofilho@320
    26
renatofilho@320
    27
renatofilho@320
    28
renatofilho@320
    29
#ifndef _GMYTH_H_
renatofilho@320
    30
#define _GMYTH_H_
renatofilho@320
    31
renatofilho@320
    32
#include <gmyth_backendinfo.h>
renatofilho@320
    33
#include <gmyth_common.h>
renatofilho@320
    34
#include <gmyth_debug.h>
renatofilho@320
    35
#include <gmyth_epg.h>
renatofilho@320
    36
#include <gmyth_file_transfer.h>
renatofilho@320
    37
#include <gmyth_livetv.h>
renatofilho@320
    38
#include <gmyth_monitor_handler.h>
renatofilho@320
    39
#include <gmyth_programinfo.h>
renatofilho@320
    40
#include <gmyth_query.h>
renatofilho@320
    41
#include <gmyth_recorder.h>
renatofilho@320
    42
#include <gmyth_remote_util.h>
renatofilho@320
    43
#include <gmyth_scheduler.h>
renatofilho@320
    44
#include <gmyth_socket.h>
renatofilho@320
    45
#include <gmyth_stringlist.h>
renatofilho@320
    46
#include <gmyth_tvchain.h>
renatofilho@320
    47
#include <gmyth_uri.h>
renatofilho@320
    48
#include <gmyth_util.h>
renatofilho@320
    49
#include <gmyth_http.h>
renatofilho@320
    50
renatofilho@320
    51
#endif /* _GMYTH_H_ */