From 23da585729242bc135e7a6da0dc5bf699e6c9b54 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 Apr 2015 21:12:24 +0000 Subject: - all strings operations were rewritten using CMString instead of ugly self-made buffers; - CComPtr<> introduced to simplify COM calls processing; - version bump. git-svn-id: http://svn.miranda-ng.org/main/trunk@12946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/Utils.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/IEView/src/Utils.h') diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h index 87f107ce09..38d8cdddc2 100644 --- a/plugins/IEView/src/Utils.h +++ b/plugins/IEView/src/Utils.h @@ -35,9 +35,7 @@ private: public: static const wchar_t *getBaseDir(); static wchar_t* toAbsolute(wchar_t* relative); - static void appendIcon(char **str, int *sizeAlloced, const char *iconFile); - static void appendText(char **str, int *sizeAlloced, const char *fmt, ...); - static void appendText(wchar_t **str, int *sizeAlloced, const wchar_t *fmt, ...); + static void appendIcon(CMStringA &str, const char *iconFile); static void convertPath(char *path); static void convertPath(wchar_t *path); static char *escapeString(const char *a); -- cgit v1.2.3