COPKGManager: add member showError to show handled error message on screen

Origin commit data
------------------
Branch: ni/coolstream
Commit: c70c234394
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-04 (Sat, 04 Oct 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
2014-10-04 22:18:10 +02:00
parent d1b9b6ad8b
commit e4ff0abe93
2 changed files with 18 additions and 18 deletions

View File

@@ -68,6 +68,7 @@ class COPKGManager : public CMenuTarget
void updateMenu();
void refreshMenu();
bool badpackage(std::string &s);
void showError(const char* local_msg, char* sys_msg, const std::string& command);
struct pkg {
std::string name;