summaryrefslogtreecommitdiff
path: root/mngurls.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-04-21 16:20:52 +0200
committerthlo <t.lohmar@gmx.de>2013-04-21 16:20:52 +0200
commit037e0f4ecf781aa8a5819ec036d3cfbb852768a7 (patch)
tree97d66165ef8bde60e9008026222742f2447d465a /mngurls.h
parent02b651b454c16fc6af688c90839543db2e5e518d (diff)
downloadvdr-plugin-smarttvweb-037e0f4ecf781aa8a5819ec036d3cfbb852768a7.tar.gz
vdr-plugin-smarttvweb-037e0f4ecf781aa8a5819ec036d3cfbb852768a7.tar.bz2
Plugin code refactoring.
Diffstat (limited to 'mngurls.h')
-rw-r--r--mngurls.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/mngurls.h b/mngurls.h
index b247808..d500f61 100644
--- a/mngurls.h
+++ b/mngurls.h
@@ -22,12 +22,6 @@
//Manage Urls
-/*
-the object is kept by the factory.
-The object is loaded with the first url request (get or post)
-The object is then kept.
- The file is updated with every new url entry, so that it does not need to wrte when closing
-*/
#ifndef __MANAGEURLS_H__
#define __MANAGEURLS_H__
@@ -47,6 +41,8 @@ class cManageUrls {
virtual ~cManageUrls();
void appendEntry (string type, string guid);
+ void deleteEntry(string type, string guid);
+
size_t size();
sUrlEntry* getEntry(int index);