mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T413, application context "getApplicationIdentifier" to get remote identifier
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user