mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T437, renamed CFsuipc functions to align with FSUIPC code
This commit is contained in:
@@ -30,16 +30,16 @@ namespace BlackSimPlugin
|
||||
CFsuipc::~CFsuipc()
|
||||
{ }
|
||||
|
||||
bool CFsuipc::connect(bool force)
|
||||
bool CFsuipc::open(bool force)
|
||||
{
|
||||
Q_UNUSED(force);
|
||||
return false;
|
||||
}
|
||||
|
||||
void CFsuipc::disconnect()
|
||||
void CFsuipc::close()
|
||||
{ }
|
||||
|
||||
bool CFsuipc::isConnected() const
|
||||
bool CFsuipc::isOpened() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user