COPKGManager: add function to get status for new package updates

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6942173bf7
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-13 (Thu, 13 Nov 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
2014-11-13 12:01:44 +01:00
parent aea0ad3846
commit dc96db1eca
2 changed files with 22 additions and 0 deletions

View File

@@ -86,5 +86,6 @@ class COPKGManager : public CMenuTarget
int exec(CMenuTarget* parent, const std::string & actionKey);
static bool hasOpkgSupport();
bool hasUpdates();
};
#endif