gmyth/src/gmyth_upnp.h
branchtrunk
changeset 243 beb4c07dfb65
parent 242 9612496070ae
     1.1 --- a/gmyth/src/gmyth_upnp.h	Thu Jan 04 21:16:44 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_upnp.h	Fri Jan 05 15:06:09 2007 +0000
     1.3 @@ -1,14 +1,13 @@
     1.4  /**
     1.5   * GMyth Library
     1.6   *
     1.7 - * @file gmyth/gmyth_uri.h
     1.8 + * @file gmyth/gmyth_upnp.h
     1.9   * 
    1.10 - * @brief <p> GMythURI utils
    1.11 - *  - Extracts and parses a URI char string, in according with the RFC 2396 
    1.12 - *    [http://www.ietf.org/rfc/rfc2396.txt]
    1.13 - * 
    1.14 + * @brief <p> GMythUPnP allows that a MythTV frontend discovers a 
    1.15 + * MythTV backend, using the UPnP architecture.
    1.16 + *
    1.17   * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
    1.18 - * @author Rosfran Borges <rosfran.borges@indt.org.br>
    1.19 + * @author Rosfran Lins Borges <rosfran.borges@indt.org.br>
    1.20   *
    1.21   *//*
    1.22   * 
    1.23 @@ -25,6 +24,7 @@
    1.24   * You should have received a copy of the GNU Lesser General Public License
    1.25   * along with this program; if not, write to the Free Software
    1.26   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1.27 + *   
    1.28   */
    1.29  
    1.30  #ifndef _GMYTH_UPNP_H_