Rename SonarConnection to FlipperConnection
Summary: Part of Sonar -> Flipper rename Reviewed By: passy Differential Revision: D9907353 fbshipit-source-id: 01f7bb84da1c27fd68d608151f437a18b6eaaa4e
This commit is contained in:
committed by
Facebook Github Bot
parent
3c656de7fa
commit
9889df3f3c
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "FlipperClient.h"
|
||||
#include "SonarConnectionImpl.h"
|
||||
#include "FlipperConnectionImpl.h"
|
||||
#include "SonarResponderImpl.h"
|
||||
#include "SonarState.h"
|
||||
#include "SonarStep.h"
|
||||
@@ -159,7 +159,7 @@ void FlipperClient::onMessageReceived(const dynamic& message) {
|
||||
}
|
||||
const auto plugin = plugins_.at(identifier);
|
||||
auto& conn = connections_[plugin->identifier()];
|
||||
conn = std::make_shared<SonarConnectionImpl>(
|
||||
conn = std::make_shared<FlipperConnectionImpl>(
|
||||
socket_.get(), plugin->identifier());
|
||||
plugin->didConnect(conn);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user