Rename SonarInitConfig
Summary: Part of sonar -> flipper rename Reviewed By: priteshrnandgaonkar Differential Revision: D9908472 fbshipit-source-id: f2e694b5abfa22a745ee4719d24d6aad8af6ee2a
This commit is contained in:
committed by
Facebook Github Bot
parent
9889df3f3c
commit
574c05c41d
@@ -9,7 +9,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "FlipperConnectionImpl.h"
|
||||
#include "SonarInitConfig.h"
|
||||
#include "FlipperInitConfig.h"
|
||||
#include "SonarPlugin.h"
|
||||
#include "SonarState.h"
|
||||
#include "SonarWebSocket.h"
|
||||
@@ -27,7 +27,7 @@ class FlipperClient : public SonarWebSocket::Callbacks {
|
||||
Call before accessing instance with FlipperClient::instance(). This will set up
|
||||
all the state needed to establish a Sonar connection.
|
||||
*/
|
||||
static void init(SonarInitConfig config);
|
||||
static void init(FlipperInitConfig config);
|
||||
|
||||
/**
|
||||
Standard accessor for the shared FlipperClient instance. This returns a
|
||||
|
||||
Reference in New Issue
Block a user