refs #883, utility functions

* get executable names
* containsApplication
This commit is contained in:
Klaus Basan
2017-02-15 03:35:23 +01:00
committed by Mathew Sutcliffe
parent 7bc53ada3e
commit c8c18b0b21
4 changed files with 27 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ namespace BlackMisc
//! Construct from base class object.
CApplicationInfoList(const CSequence<CApplicationInfo> &other);
//! List containing entry for CApplicationInfo::Application ?
bool containsApplication(CApplicationInfo::Application application) const;
};
}