summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/customsmiley.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-03-03 14:07:30 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-03-03 14:07:30 +0000
commit44223012ce0fa631cc5af6fc588166bccc3a66f6 (patch)
treece2964a947203e59056e7987dc675c21d291b222 /plugins/SmileyAdd/src/customsmiley.h
parent5357bfc0d1ca654ae51f71ca67a8faad0d5b5264 (diff)
- more obsolete shit removed;
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/customsmiley.h')
-rw-r--r--plugins/SmileyAdd/src/customsmiley.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/plugins/SmileyAdd/src/customsmiley.h b/plugins/SmileyAdd/src/customsmiley.h
index 7e5f10b015..3517d348cd 100644
--- a/plugins/SmileyAdd/src/customsmiley.h
+++ b/plugins/SmileyAdd/src/customsmiley.h
@@ -22,9 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
class SmileyCType : public SmileyType
{
public:
- SmileyCType(const CMString& fullpath, const TCHAR* filepath);
+ SmileyCType(const CMString &fullpath, const TCHAR *filepath);
- bool CreateTriggerText(char* text);
+ bool CreateTriggerText(char *text);
};
class SmileyPackCType
@@ -39,7 +39,6 @@ private:
MCONTACT m_id;
- void InsertLookup(SmileyCType& sml, CMString& lk, bool first);
void AddTriggersToSmileyLookup(void);
public:
@@ -53,8 +52,8 @@ public:
MCONTACT GetId(void) { return m_id; }
void SetId(MCONTACT id) { m_id = id; }
- bool LoadSmileyDir(TCHAR* dir);
- bool LoadSmiley(TCHAR* path);
+ bool LoadSmiley(TCHAR *path);
+ bool LoadSmileyDir(TCHAR *dir);
};
@@ -69,8 +68,8 @@ private:
public:
int NumberOfSmileyPacks(void) { return m_SmileyPacks.getCount(); }
- bool AddSmileyPack(MCONTACT hContact, TCHAR* dir);
- bool AddSmiley(MCONTACT hContact, TCHAR* path);
+ bool AddSmiley(MCONTACT hContact, TCHAR *path);
+ bool AddSmileyPack(MCONTACT hContact, TCHAR *dir);
void ClearAndFreeAll(void) { m_SmileyPacks.destroy(); }