rc_input: rename checkLnkDev() to checkdev_lnk(); ...

just to align form-style to latest changes


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e435bb389
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-22 (Wed, 22 Feb 2017)

Origin message was:
------------------
- rc_input: rename checkLnkDev() to checkdev_lnk(); ...

just to align form-style to latest changes


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-02-22 08:59:56 +01:00
parent abe232fc6c
commit a0481953d0
2 changed files with 21 additions and 22 deletions

View File

@@ -171,7 +171,7 @@ class CRCInput
bool checkpath(in_dev id);
bool checkdev();
#ifdef BOXMODEL_CS_HD2
bool checkLnkDev(std::string lnk);
bool checkdev_lnk(std::string lnk);
#endif
void close();
int translate(int code);