Round trip protection as described in (4)

https://dev.vatsim-germany.org/boards/22/topics/1792?r=1801#message-1801

* Individual context id
* Allows to connect >1 GUIs with core, works for cockpit so far
This commit is contained in:
Klaus Basan
2014-06-09 02:24:22 +02:00
parent 251fe70dc9
commit 3ae93190ae
10 changed files with 33 additions and 5 deletions

View File

@@ -42,6 +42,9 @@ namespace BlackCore
return s;
}
//! \copydoc CContext::getPathAndContextId()
virtual QString getPathAndContextId() const { return this->buildPathAndContextId(ObjectPath()); }
//! Destructor
virtual ~IContextSimulator() {}