summaryrefslogtreecommitdiff
path: root/gd_content_interface.h
diff options
context:
space:
mode:
authorMountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-02 22:48:04 +0000
committerMountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-02 22:48:04 +0000
commitdef2b0b7241040df3051be97a8780c073788d9f0 (patch)
treec1df90fb933dc36001c33e854bd70438743402b8 /gd_content_interface.h
parenta1e64b757a9363827797732a3785034e216f0678 (diff)
downloadvdr-plugin-muggle-def2b0b7241040df3051be97a8780c073788d9f0.tar.gz
vdr-plugin-muggle-def2b0b7241040df3051be97a8780c073788d9f0.tar.bz2
added CVS $Log
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@21 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'gd_content_interface.h')
-rw-r--r--gd_content_interface.h28
1 files changed, 10 insertions, 18 deletions
diff --git a/gd_content_interface.h b/gd_content_interface.h
index 2c2cbef..476dc5d 100644
--- a/gd_content_interface.h
+++ b/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 */
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-