Ref T413, application context "getApplicationIdentifier" to get remote identifier

This commit is contained in:
Klaus Basan
2018-10-28 02:49:37 +02:00
parent c079f2d8b9
commit 31e836bb87
6 changed files with 24 additions and 0 deletions

View File

@@ -193,6 +193,9 @@ namespace BlackCore
//! All registered applications
virtual BlackMisc::CIdentifierList getRegisteredApplications() const = 0;
//! Identifier of application, remote side if distributed
virtual BlackMisc::CIdentifier getApplicationIdentifier() const = 0;
//! Remote enabled version of writing a text file
virtual bool writeToFile(const QString &fileName, const QString &content) = 0;