mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
SpiceAgent: Rename ClipboardServerConnection
Rename ClipboardServerConnection=>ConnectionToClipboardServer. This was done with CLion's automatic rename feature.
This commit is contained in:
parent
75ee77f8a1
commit
493f604dba
6 changed files with 13 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "SpiceAgent.h"
|
||||
#include "ClipboardServerConnection.h"
|
||||
#include "ConnectionToClipboardServer.h"
|
||||
#include <AK/String.h>
|
||||
#include <LibC/memory.h>
|
||||
#include <LibC/unistd.h>
|
||||
|
@ -16,7 +16,7 @@
|
|||
#include <LibGfx/PNGLoader.h>
|
||||
#include <LibGfx/PNGWriter.h>
|
||||
|
||||
SpiceAgent::SpiceAgent(int fd, ClipboardServerConnection& connection)
|
||||
SpiceAgent::SpiceAgent(int fd, ConnectionToClipboardServer& connection)
|
||||
: m_fd(fd)
|
||||
, m_clipboard_connection(connection)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue