add return code
[enigma2.git] / lib / dvb / idvb.h
index 6b657119c4a73868e00187eb44c5a1d651bda63e..a23960af5607858547c5a5253ca54b78b4d035ae 100644 (file)
@@ -21,7 +21,8 @@ struct eBouquet
        std::string m_path;
        typedef std::list<eServiceReference> list;
        list m_services;
-// the following three methods are implemented in db.cpp
+// the following four methods are implemented in db.cpp
+       RESULT flushChanges();
        RESULT addService(const eServiceReference &);
        RESULT removeService(const eServiceReference &);
        RESULT moveService(const eServiceReference &, unsigned int);