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.h | |
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.h')
-rw-r--r-- | muggle-plugin/gd_content_interface.h | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/muggle-plugin/gd_content_interface.h b/muggle-plugin/gd_content_interface.h index 2c2cbef..476dc5d 100644 --- a/muggle-plugin/gd_content_interface.h +++ b/muggle-plugin/gd_content_interface.h @@ -1,11 +1,10 @@ - /*******************************************************************/ /*! \file gd_content_interface.h * \brief Data Objects for content (e.g. mp3 files, movies) * for the vdr muggle plugindatabase ******************************************************************** - * \version $Revision: 1.2 $ - * \date $Date: 2004/02/02 02:01:11 $ + * \version $Revision: 1.3 $ + * \date $Date: 2004/02/02 22:48:04 $ * \author Ralf Klueber, Lars von Wedel, Andreas Kellner * \author file owner: $Author: MountainMan $ * @@ -208,22 +207,15 @@ public: virtual mgContentItem* getSingleTrack(); }; +/* -------------------- begin CVS log --------------------------------- + * $Log: gd_content_interface.h,v $ + * Revision 1.3 2004/02/02 22:48:04 MountainMan + * added CVS $Log + * + * + * --------------------- end CVS log ---------------------------------- + */ #endif /* END _GD_CONTENT_INTERFACE_H */ - - - - - - - - - - - - - - - |