diff options
author | MountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-02 22:48:04 +0000 |
---|---|---|
committer | MountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-02 22:48:04 +0000 |
commit | 278d3332f83c789e8ef0c669371a5401a7ab8604 (patch) | |
tree | e88518f8602e139a97d2039a762c427211b7f6eb /muggle-plugin/gd_content_interface.c | |
parent | f4429c6780a1da2fb2330c296b83f99171f4b6af (diff) | |
download | vdr-plugin-muggle-278d3332f83c789e8ef0c669371a5401a7ab8604.tar.gz vdr-plugin-muggle-278d3332f83c789e8ef0c669371a5401a7ab8604.tar.bz2 |
added CVS $Log
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@21 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/gd_content_interface.c')
-rw-r--r-- | muggle-plugin/gd_content_interface.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/muggle-plugin/gd_content_interface.c b/muggle-plugin/gd_content_interface.c index ed74d9d..7b7d15e 100644 --- a/muggle-plugin/gd_content_interface.c +++ b/muggle-plugin/gd_content_interface.c @@ -3,8 +3,8 @@ * \brief Data Objects for content (e.g. mp3 files, movies) * for the vdr muggle plugindatabase ******************************************************************** - * \version $Revision: 1.5 $ - * \date $Date: 2004/02/02 02:01:11 $ + * \version $Revision: 1.6 $ + * \date $Date: 2004/02/02 22:48:04 $ * \author Ralf Klueber, Lars von Wedel, Andreas Kellner * \author file owner: $Author: MountainMan $ * @@ -1196,3 +1196,12 @@ mgContentItem* GdTreeNode::getSingleTrack() } return track; } + +/* -------------------- begin CVS log --------------------------------- + * $Log: gd_content_interface.c,v $ + * Revision 1.6 2004/02/02 22:48:04 MountainMan + * added CVS $Log + * + * + * --------------------- end CVS log ---------------------------------- + */ |