summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muggle-plugin/gd_content_interface.c13
-rw-r--r--muggle-plugin/gd_content_interface.h28
-rwxr-xr-xmuggle-plugin/mg_content_interface.c15
-rwxr-xr-xmuggle-plugin/mg_content_interface.h15
-rw-r--r--muggle-plugin/mg_media.c25
-rw-r--r--muggle-plugin/mg_media.h30
-rw-r--r--muggle-plugin/mg_tools.c14
-rw-r--r--muggle-plugin/mg_tools.h16
-rw-r--r--muggle-plugin/sh_dummy_content.c39
-rw-r--r--muggle-plugin/sh_dummy_content.h13
10 files changed, 110 insertions, 98 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 ----------------------------------
+ */
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 */
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/muggle-plugin/mg_content_interface.c b/muggle-plugin/mg_content_interface.c
index 5015cf5..0d1f270 100755
--- a/muggle-plugin/mg_content_interface.c
+++ b/muggle-plugin/mg_content_interface.c
@@ -3,10 +3,10 @@
* \brief Data Objects for content (e.g. mp3 files, movies)
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.1 $
- * \date $Date: 2004/02/01 18:22:53 $
+ * \version $Revision: 1.2 $
+ * \date $Date: 2004/02/02 22:48:04 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
- * \author file owner: $Author: LarsAC $
+ * \author file owner: $Author: MountainMan $
*
* DUMMY
* Implements main classes of for content items and interfaces to SQL databases
@@ -395,3 +395,12 @@ string mgSelectionTreeNode::getRestrictions()
{
return m_restriction;
}
+
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: mg_content_interface.c,v $
+ * Revision 1.2 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
diff --git a/muggle-plugin/mg_content_interface.h b/muggle-plugin/mg_content_interface.h
index d39e5d0..1c210d1 100755
--- a/muggle-plugin/mg_content_interface.h
+++ b/muggle-plugin/mg_content_interface.h
@@ -3,10 +3,10 @@
* \brief Data Objects for content (e.g. mp3 files, movies)
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.1 $
- * \date $Date: 2004/02/01 18:22:53 $
+ * \version $Revision: 1.2 $
+ * \date $Date: 2004/02/02 22:48:04 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
- * \author file owner: $Author: LarsAC $
+ * \author file owner: $Author: MountainMan $
*
* Declares main classes of for content items and interfaces to SQL databases
*
@@ -240,6 +240,15 @@ public:
};
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: mg_content_interface.h,v $
+ * Revision 1.2 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
+
#endif /* END _CONTENT_INTERFACE_H */
diff --git a/muggle-plugin/mg_media.c b/muggle-plugin/mg_media.c
index 6f00ea1..8243a3f 100644
--- a/muggle-plugin/mg_media.c
+++ b/muggle-plugin/mg_media.c
@@ -3,8 +3,8 @@
* \brief Top level access to media in vdr plugin muggle
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.6 $
- * \date $Date: 2004/02/02 22:33:24 $
+ * \version $Revision: 1.7 $
+ * \date $Date: 2004/02/02 22:48:04 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
* \author file owner: $Author: MountainMan $
*
@@ -373,18 +373,13 @@ mgTracklist* mgMedia::getTracks()
return NULL;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: mg_media.c,v $
+ * Revision 1.7 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
diff --git a/muggle-plugin/mg_media.h b/muggle-plugin/mg_media.h
index e073cbf..dce48db 100644
--- a/muggle-plugin/mg_media.h
+++ b/muggle-plugin/mg_media.h
@@ -3,8 +3,8 @@
* \brief Top level access to media in vdr plugin muggle
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.5 $
- * \date $Date: 2004/02/02 22:33:24 $
+ * \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 $
*
@@ -200,22 +200,14 @@ class mgMedia
std::vector<int> getDefaultCols();
mgTracklist* getTracks();
};
-#endif /* END _CONTENT_INTERFACE_H */
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: mg_media.h,v $
+ * Revision 1.6 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
+#endif /* END _CONTENT_INTERFACE_H */
diff --git a/muggle-plugin/mg_tools.c b/muggle-plugin/mg_tools.c
index b540a4e..9b8fe91 100644
--- a/muggle-plugin/mg_tools.c
+++ b/muggle-plugin/mg_tools.c
@@ -3,10 +3,10 @@
* \brief A few util functions for standalone and plugin messaging
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.1 $
- * \date $Date: 2004/02/01 18:22:53 $
+ * \version $Revision: 1.2 $
+ * \date $Date: 2004/02/02 22:48:04 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
- * \author file owner: $Author: LarsAC $
+ * \author file owner: $Author: MountainMan $
*
*/
/*******************************************************************/
@@ -138,3 +138,11 @@ void mgSqlWriteQuery(MYSQL *db, const char *fmt, ...)
}
}
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: mg_tools.c,v $
+ * Revision 1.2 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
diff --git a/muggle-plugin/mg_tools.h b/muggle-plugin/mg_tools.h
index 68c8104..f913667 100644
--- a/muggle-plugin/mg_tools.h
+++ b/muggle-plugin/mg_tools.h
@@ -3,10 +3,10 @@
* \brief A few util functions for standalone and plugin messaging
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.1 $
- * \date $Date: 2004/02/01 18:22:53 $
+ * \version $Revision: 1.2 $
+ * \date $Date: 2004/02/02 22:48:04 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
- * \author file owner: $Author: LarsAC $
+ * \author file owner: $Author: MountainMan $
*
*/
/*******************************************************************/
@@ -28,4 +28,12 @@ void mgError(const char *fmt, ...);
MYSQL_RES* mgSqlReadQuery(MYSQL *db, const char *fmt, ...);
void mgSqlWriteQuery(MYSQL *db, const char *fmt, ...);
-#endif
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: mg_tools.h,v $
+ * Revision 1.2 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
+#endif /* _MUGGLE_TOOLS_H */
diff --git a/muggle-plugin/sh_dummy_content.c b/muggle-plugin/sh_dummy_content.c
index 27c23bd..1ccfe9e 100644
--- a/muggle-plugin/sh_dummy_content.c
+++ b/muggle-plugin/sh_dummy_content.c
@@ -3,8 +3,8 @@
* \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 $
*
@@ -586,30 +586,11 @@ mgContentItem* DummyTreeNode::getSingleTrack()
return track;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: sh_dummy_content.c,v $
+ * Revision 1.3 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
diff --git a/muggle-plugin/sh_dummy_content.h b/muggle-plugin/sh_dummy_content.h
index 41e526f..7f79498 100644
--- a/muggle-plugin/sh_dummy_content.h
+++ b/muggle-plugin/sh_dummy_content.h
@@ -2,8 +2,8 @@
/*! \file dummy_content.h
* \brief Dummy Data Objects for testing Muggle
********************************************************************
- * \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 $
*
@@ -158,6 +158,15 @@ public:
virtual mgContentItem* getSingleTrack();
};
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: sh_dummy_content.h,v $
+ * Revision 1.3 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
+
#endif /* END _CONTENT_INTERFACE_H */