Rename SonarInitConfig

Summary: Part of sonar -> flipper rename

Reviewed By: priteshrnandgaonkar

Differential Revision: D9908472

fbshipit-source-id: f2e694b5abfa22a745ee4719d24d6aad8af6ee2a
This commit is contained in:
John Knox
2018-09-20 16:58:35 -07:00
committed by Facebook Github Bot
parent 9889df3f3c
commit 574c05c41d
7 changed files with 12 additions and 12 deletions

View File

@@ -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();