From 62d0e2190cdd6d2feb1f25efb4a1add2aa99d3c4 Mon Sep 17 00:00:00 2001 From: Lukasz Wojciechowski Date: Wed, 2 Jul 2014 09:34:08 +0200 Subject: [PATCH] Raw move of client socket classes to common library This will allow usage of same classes in libcynara-admin library. This patch does not compile. Please verify it with following patch. Change-Id: Ib0d2032e2e843ad9bdb34e6a087037436ff8a12f --- src/{client => common}/sockets/Socket.cpp | 0 src/{client => common}/sockets/Socket.h | 0 src/{client => common}/sockets/SocketClient.cpp | 0 src/{client => common}/sockets/SocketClient.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/{client => common}/sockets/Socket.cpp (100%) rename src/{client => common}/sockets/Socket.h (100%) rename src/{client => common}/sockets/SocketClient.cpp (100%) rename src/{client => common}/sockets/SocketClient.h (100%) diff --git a/src/client/sockets/Socket.cpp b/src/common/sockets/Socket.cpp similarity index 100% rename from src/client/sockets/Socket.cpp rename to src/common/sockets/Socket.cpp diff --git a/src/client/sockets/Socket.h b/src/common/sockets/Socket.h similarity index 100% rename from src/client/sockets/Socket.h rename to src/common/sockets/Socket.h diff --git a/src/client/sockets/SocketClient.cpp b/src/common/sockets/SocketClient.cpp similarity index 100% rename from src/client/sockets/SocketClient.cpp rename to src/common/sockets/SocketClient.cpp diff --git a/src/client/sockets/SocketClient.h b/src/common/sockets/SocketClient.h similarity index 100% rename from src/client/sockets/SocketClient.h rename to src/common/sockets/SocketClient.h -- 2.7.4