Ref T437, renamed CFsuipc functions to align with FSUIPC code

This commit is contained in:
Klaus Basan
2018-11-22 19:07:00 +01:00
parent 410d77330f
commit d6fad99474
8 changed files with 42 additions and 40 deletions

View File

@@ -37,7 +37,7 @@ namespace BlackSimPlugin
virtual ~CSimulatorFsCommon() override;
//! FSUIPC connected?
bool isFsuipcConnected() const;
bool isFsuipcOpened() const;
//! FSUIPC on/off, correctly disconnecting/connecting
bool useFsuipc(bool on);