diff options
author | thlo <smarttv640@gmail.com> | 2013-04-21 16:20:52 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-04-21 16:20:52 +0200 |
commit | 037e0f4ecf781aa8a5819ec036d3cfbb852768a7 (patch) | |
tree | 97d66165ef8bde60e9008026222742f2447d465a /mngurls.h | |
parent | 02b651b454c16fc6af688c90839543db2e5e518d (diff) | |
download | vdr-plugin-smarttvweb-037e0f4ecf781aa8a5819ec036d3cfbb852768a7.tar.gz vdr-plugin-smarttvweb-037e0f4ecf781aa8a5819ec036d3cfbb852768a7.tar.bz2 |
Plugin code refactoring.
Diffstat (limited to 'mngurls.h')
-rw-r--r-- | mngurls.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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); |