aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/idvb.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-14 02:40:16 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-14 02:40:16 +0000
commit059982cc102de394ac316abc3ee0806673d003d5 (patch)
tree8066c48f450395c0966177834add07e1f196d82f /lib/dvb/idvb.h
parentb84057facdcc2e242611c312240f389fd2c11c99 (diff)
downloadenigma2-059982cc102de394ac316abc3ee0806673d003d5.tar.gz
enigma2-059982cc102de394ac316abc3ee0806673d003d5.zip
working on move, edit mode and add remove service to context menu
Diffstat (limited to 'lib/dvb/idvb.h')
-rw-r--r--lib/dvb/idvb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h
index 6b657119..a23960af 100644
--- a/lib/dvb/idvb.h
+++ b/lib/dvb/idvb.h
@@ -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);