Skip to content

Commit

Permalink
arfx creation | Move SkylightFlipperClient to creation core
Browse files Browse the repository at this point in the history
Summary: Want to use this from Cosmo, so pull it out to creation core so that we can share. In the process, making it not depend on Skylight specific stuff.

Differential Revision: D53758125

fbshipit-source-id: ae1d8619e38ec5ee495b67a85c3a4858356bbe84
  • Loading branch information
Matt Galloway authored and facebook-github-bot committed Feb 19, 2024
1 parent 21d1433 commit 8fa6010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xplat/FlipperWebSocket/FlipperWebSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class FlipperWebSocket : public FlipperSocket {
Scheduler* scheduler,
ConnectionContextStore* connectionContextStore);

virtual ~FlipperWebSocket();
virtual ~FlipperWebSocket() override;

virtual void setEventHandler(SocketEventHandler eventHandler) override;
virtual void setMessageHandler(SocketMessageHandler messageHandler) override;
Expand Down

0 comments on commit 8fa6010

Please sign in to comment.