From 037e0f4ecf781aa8a5819ec036d3cfbb852768a7 Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 21 Apr 2013 16:20:52 +0200 Subject: Plugin code refactoring. --- mngurls.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mngurls.h') 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); -- cgit v1.2.3