branches/gmyth-0.1b/src/gmyth.h
branchtrunk
changeset 331 f32837103d17
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/branches/gmyth-0.1b/src/gmyth.h	Wed Feb 07 18:30:15 2007 +0000
     1.3 @@ -0,0 +1,51 @@
     1.4 +/**
     1.5 + * GMyth Library
     1.6 + *
     1.7 + * @file gmyth/gmyth.h
     1.8 + * 
     1.9 + *
    1.10 + * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
    1.11 + * @author Renato Filho <renato.filho@indt.org.br>
    1.12 + *
    1.13 + *//*
    1.14 + * 
    1.15 + * This program is free software; you can redistribute it and/or modify
    1.16 + * it under the terms of the GNU Lesser General Public License as published by
    1.17 + * the Free Software Foundation; either version 2 of the License, or
    1.18 + * (at your option) any later version.
    1.19 + *
    1.20 + * This program is distributed in the hope that it will be useful,
    1.21 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.22 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.23 + * GNU General Public License for more details.
    1.24 + *
    1.25 + * You should have received a copy of the GNU Lesser General Public License
    1.26 + * along with this program; if not, write to the Free Software
    1.27 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1.28 + */
    1.29 +
    1.30 +
    1.31 +
    1.32 +#ifndef _GMYTH_H_
    1.33 +#define _GMYTH_H_
    1.34 +
    1.35 +#include <gmyth_backendinfo.h>
    1.36 +#include <gmyth_common.h>
    1.37 +#include <gmyth_debug.h>
    1.38 +#include <gmyth_epg.h>
    1.39 +#include <gmyth_file_transfer.h>
    1.40 +#include <gmyth_livetv.h>
    1.41 +#include <gmyth_monitor_handler.h>
    1.42 +#include <gmyth_programinfo.h>
    1.43 +#include <gmyth_query.h>
    1.44 +#include <gmyth_recorder.h>
    1.45 +#include <gmyth_remote_util.h>
    1.46 +#include <gmyth_scheduler.h>
    1.47 +#include <gmyth_socket.h>
    1.48 +#include <gmyth_stringlist.h>
    1.49 +#include <gmyth_tvchain.h>
    1.50 +#include <gmyth_uri.h>
    1.51 +#include <gmyth_util.h>
    1.52 +#include <gmyth_http.h>
    1.53 +
    1.54 +#endif /* _GMYTH_H_ */