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
@@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "SonarInitConfig.h"
|
||||
#include "FlipperInitConfig.h"
|
||||
#include "SonarWebSocket.h"
|
||||
#include "SonarState.h"
|
||||
#include <folly/Executor.h>
|
||||
@@ -28,7 +28,7 @@ class SonarWebSocketImpl : public SonarWebSocket {
|
||||
friend Responder;
|
||||
|
||||
public:
|
||||
SonarWebSocketImpl(SonarInitConfig config, std::shared_ptr<SonarState> state, std::shared_ptr<ConnectionContextStore> contextStore);
|
||||
SonarWebSocketImpl(FlipperInitConfig config, std::shared_ptr<SonarState> state, std::shared_ptr<ConnectionContextStore> contextStore);
|
||||
|
||||
~SonarWebSocketImpl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user