Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x

This commit is contained in:
Klaus Schmidinger 2003-05-11 14:42:36 +02:00
parent c6e759f436
commit 848e79eec8
5 changed files with 84 additions and 78 deletions

View File

@ -202,6 +202,7 @@ Andreas Schultz <aschultz@warp10.net>
for making EIT filtering use masks to reduce the number of filters for making EIT filtering use masks to reduce the number of filters
for suggesting to remove the Mute() call from cDvbDevice::StillPicture() for suggesting to remove the Mute() call from cDvbDevice::StillPicture()
for suggesting to separate the startup of a plugin into an "early" and a "late" phase for suggesting to separate the startup of a plugin into an "early" and a "late" phase
for changing C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
Aaron Holtzman Aaron Holtzman
for writing 'ac3dec' for writing 'ac3dec'

View File

@ -2139,3 +2139,5 @@ Video Disk Recorder Revision History
written. written.
- Implemented separate PausePriority and PauseLifetime parameters for the recordings - Implemented separate PausePriority and PauseLifetime parameters for the recordings
created when pausing live video (suggested by Alfred Zastrow). created when pausing live video (suggested by Alfred Zastrow).
- Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
(thanks to Andreas Schultz).

View File

@ -1,29 +1,30 @@
////////////////////////////////////////////////////////////// /*
/// /// *
/// liblx.h: definitions necessary for the liblx package /// * liblx.h: definitions necessary for the liblx package
/// /// *
////////////////////////////////////////////////////////////// *
* $Revision: 1.2 $
// $Revision: 1.2 $ * $Date: 2001/06/25 19:39:00 $
// $Date: 2001/06/25 19:39:00 $ * $Author: hakenes $
// $Author: hakenes $ *
// * (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL.
// (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL. *
// * liblx is free software; you can redistribute it and/or modify
// liblx is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
// it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option)
// the Free Software Foundation; either version 2, or (at your option) * any later version.
// any later version. *
// * liblx is distributed in the hope that it will be useful,
// liblx is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
// but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
// GNU General Public License for more details. *
// * You may have received a copy of the GNU General Public License
// You may have received a copy of the GNU General Public License * along with liblx; see the file COPYING. If not, write to the
// along with liblx; see the file COPYING. If not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA.
// Boston, MA 02111-1307, USA. *
*/
#ifndef LIBLX_H #ifndef LIBLX_H
#define LIBLX_H #define LIBLX_H

View File

@ -1,29 +1,30 @@
////////////////////////////////////////////////////////////// /*
/// /// *
/// xListFuncs.c: list handling functions of liblx /// * xListFuncs.c: list handling functions of liblx
/// /// *
////////////////////////////////////////////////////////////// *
* $Revision: 1.1 $
// $Revision: 1.1 $ * $Date: 2001/08/15 10:00:00 $
// $Date: 2001/06/25 12:29:47 $ * $Author: hakenes $
// $Author: hakenes $ *
// * (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL.
// (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL. *
// * liblx is free software; you can redistribute it and/or modify
// liblx is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
// it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option)
// the Free Software Foundation; either version 2, or (at your option) * any later version.
// any later version. *
// * liblx is distributed in the hope that it will be useful,
// liblx is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
// but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
// GNU General Public License for more details. *
// * You may have received a copy of the GNU General Public License
// You may have received a copy of the GNU General Public License * along with liblx; see the file COPYING. If not, write to the
// along with liblx; see the file COPYING. If not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA.
// Boston, MA 02111-1307, USA. *
*/
#include <string.h> #include <string.h>
#include "liblx.h" #include "liblx.h"

View File

@ -1,29 +1,30 @@
////////////////////////////////////////////////////////////// /*
/// /// *
/// xMemMgt.c: memory management functions of liblx /// * xMemMgt.c: memory management functions of liblx
/// /// *
////////////////////////////////////////////////////////////// *
* $Revision: 1.1 $
// $Revision: 1.1 $ * $Date: 2001/08/15 10:00:00 $
// $Date: 2001/06/25 12:29:47 $ * $Author: hakenes $
// $Author: hakenes $ *
// * (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL.
// (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL. *
// * liblx is free software; you can redistribute it and/or modify
// liblx is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
// it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option)
// the Free Software Foundation; either version 2, or (at your option) * any later version.
// any later version. *
// * liblx is distributed in the hope that it will be useful,
// liblx is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
// but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
// GNU General Public License for more details. *
// * You may have received a copy of the GNU General Public License
// You may have received a copy of the GNU General Public License * along with liblx; see the file COPYING. If not, write to the
// along with liblx; see the file COPYING. If not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA.
// Boston, MA 02111-1307, USA. *
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>