branches/gmyth-0.1b/src/gmyth.h
author rosfran
Fri Feb 09 20:42:11 2007 +0000 (2007-02-09)
branchtrunk
changeset 345 8c26cc7dc51b
permissions -rw-r--r--
[svn r347] More fixes on cleaning up variables.
     1 /**
     2  * GMyth Library
     3  *
     4  * @file gmyth/gmyth.h
     5  * 
     6  *
     7  * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
     8  * @author Renato Filho <renato.filho@indt.org.br>
     9  *
    10  *//*
    11  * 
    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.
    16  *
    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.
    21  *
    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
    25  */
    26 
    27 
    28 
    29 #ifndef _GMYTH_H_
    30 #define _GMYTH_H_
    31 
    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>
    50 
    51 #endif /* _GMYTH_H_ */