add ability to copy providers or all services from satellites to favourites (this...
[enigma2.git] / lib / dvb / idvb.h
index f18d4f34b81af4e660bd4e9191380ef6f9b9dfa1..c7db9779288cbccec4141ad613768a70027572ba 100644 (file)
@@ -21,11 +21,12 @@ struct eBouquet
        std::string m_filename;  // without path.. just name
        typedef std::list<eServiceReference> list;
        list m_services;
        std::string m_filename;  // without path.. just name
        typedef std::list<eServiceReference> list;
        list m_services;
-// the following four methods are implemented in db.cpp
+// the following five methods are implemented in db.cpp
        RESULT flushChanges();
        RESULT addService(const eServiceReference &);
        RESULT removeService(const eServiceReference &);
        RESULT moveService(const eServiceReference &, unsigned int);
        RESULT flushChanges();
        RESULT addService(const eServiceReference &);
        RESULT removeService(const eServiceReference &);
        RESULT moveService(const eServiceReference &, unsigned int);
+       RESULT setListName(const std::string &name);
 };
 
                /* these structures have by intention no operator int() defined.
 };
 
                /* these structures have by intention no operator int() defined.