summaryrefslogtreecommitdiff
path: root/gd_content_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'gd_content_interface.h')
-rw-r--r--gd_content_interface.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/gd_content_interface.h b/gd_content_interface.h
index fecca7c..ce86163 100644
--- a/gd_content_interface.h
+++ b/gd_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.4 $
- * \date $Date: 2004/02/09 19:27:52 $
+ * \version $Revision: 1.5 $
+ * \date $Date: 2004/02/12 09:15:07 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
- * \author file owner: $Author: MountainMan $
+ * \author file owner: $Author: LarsAC $
*
* Declares main classes of for content items and interfaces to SQL databases
*
@@ -29,12 +29,12 @@
#include "mg_content_interface.h"
#include "mg_media.h"
+#include "mg_filters.h"
// non-member function
int GdInitDatabase(MYSQL *db);
std::vector<std::string> *GdGetStoredPlaylists(MYSQL db);
-
class gdFilterSets : public mgFilterSets
{
@@ -219,6 +219,9 @@ public:
/* -------------------- begin CVS log ---------------------------------
* $Log: gd_content_interface.h,v $
+ * Revision 1.5 2004/02/12 09:15:07 LarsAC
+ * Moved filter classes into separate files
+ *
* Revision 1.4 2004/02/09 19:27:52 MountainMan
* filter set implemented
*