gmyth/src/gmyth.h
author renatofilho
Tue Apr 17 15:17:26 2007 +0100 (2007-04-17)
branchtrunk
changeset 558 f63fe1bc2d82
parent 393 0dd110388c6f
child 578 9e589622f097
permissions -rw-r--r--
[svn r563] fixed debian scripts
     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.h>
    37 #include <gmyth_file_local.h>
    38 #include <gmyth_file_transfer.h>
    39 #include <gmyth_livetv.h>
    40 #include <gmyth_monitor_handler.h>
    41 #include <gmyth_programinfo.h>
    42 #include <gmyth_query.h>
    43 #include <gmyth_recorder.h>
    44 #include <gmyth_remote_util.h>
    45 #include <gmyth_scheduler.h>
    46 #include <gmyth_socket.h>
    47 #include <gmyth_stringlist.h>
    48 #include <gmyth_tvchain.h>
    49 #include <gmyth_uri.h>
    50 #include <gmyth_util.h>
    51 #include <gmyth_http.h>
    52 #include <gmyth_vlc.h>
    53 #include <gmyth_jobqueue.h>
    54 #include <gmyth_transcoder.h>
    55 #include <gmyth_recprofile.h>
    56 
    57 #endif /* _GMYTH_H_ */