driver/rcinput: let getUnicodeValue() return const char *

Origin commit data
------------------
Branch: ni/coolstream
Commit: 34c23ed7a5
Author: martii <m4rtii@gmx.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-02-23 10:26:34 +01:00
committed by vanhofen
parent e0a255fd5a
commit 9e3a9af952
4 changed files with 21 additions and 27 deletions

View File

@@ -290,7 +290,7 @@ class CRCInput
static bool isNumeric(const neutrino_msg_t key);
static int getNumericValue(const neutrino_msg_t key);
static unsigned int convertDigitToKey(const unsigned int digit);
static int getUnicodeValue(const neutrino_msg_t key);
static const char *getUnicodeValue(const neutrino_msg_t key);
uint32_t *setAllowRepeat(uint32_t *);
static const char * getSpecialKeyName(const unsigned int key);