diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-15 09:44:29 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-15 09:44:29 -0700 |
commit | 2dcf5848344547abe0b9d9e2f7b6ba5d006ecbd5 (patch) | |
tree | 9f722480eb7c04a8122809020e1282636e8d9a54 | |
parent | 13aba7640bfef3d957648c67fd1f9a3a7c71e29d (diff) | |
download | infinitytier-2dcf5848344547abe0b9d9e2f7b6ba5d006ecbd5.tar.gz infinitytier-2dcf5848344547abe0b9d9e2f7b6ba5d006ecbd5.zip |
rename ipc/ to control/
-rw-r--r-- | control/IpcConnection.cpp (renamed from ipc/IpcConnection.cpp) | 0 | ||||
-rw-r--r-- | control/IpcConnection.hpp (renamed from ipc/IpcConnection.hpp) | 0 | ||||
-rw-r--r-- | control/IpcListener.cpp (renamed from ipc/IpcListener.cpp) | 0 | ||||
-rw-r--r-- | control/IpcListener.hpp (renamed from ipc/IpcListener.hpp) | 0 | ||||
-rw-r--r-- | control/NodeControlClient.cpp (renamed from ipc/NodeControlClient.cpp) | 0 | ||||
-rw-r--r-- | control/NodeControlClient.hpp (renamed from ipc/NodeControlClient.hpp) | 0 | ||||
-rw-r--r-- | control/NodeControlService.cpp (renamed from ipc/NodeControlService.cpp) | 0 | ||||
-rw-r--r-- | control/NodeControlService.hpp (renamed from ipc/NodeControlService.hpp) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/ipc/IpcConnection.cpp b/control/IpcConnection.cpp index 5924f545..5924f545 100644 --- a/ipc/IpcConnection.cpp +++ b/control/IpcConnection.cpp diff --git a/ipc/IpcConnection.hpp b/control/IpcConnection.hpp index 20c5dcf0..20c5dcf0 100644 --- a/ipc/IpcConnection.hpp +++ b/control/IpcConnection.hpp diff --git a/ipc/IpcListener.cpp b/control/IpcListener.cpp index 681328f8..681328f8 100644 --- a/ipc/IpcListener.cpp +++ b/control/IpcListener.cpp diff --git a/ipc/IpcListener.hpp b/control/IpcListener.hpp index e5872b99..e5872b99 100644 --- a/ipc/IpcListener.hpp +++ b/control/IpcListener.hpp diff --git a/ipc/NodeControlClient.cpp b/control/NodeControlClient.cpp index 9cec18c3..9cec18c3 100644 --- a/ipc/NodeControlClient.cpp +++ b/control/NodeControlClient.cpp diff --git a/ipc/NodeControlClient.hpp b/control/NodeControlClient.hpp index 8060b20c..8060b20c 100644 --- a/ipc/NodeControlClient.hpp +++ b/control/NodeControlClient.hpp diff --git a/ipc/NodeControlService.cpp b/control/NodeControlService.cpp index e69de29b..e69de29b 100644 --- a/ipc/NodeControlService.cpp +++ b/control/NodeControlService.cpp diff --git a/ipc/NodeControlService.hpp b/control/NodeControlService.hpp index e69de29b..e69de29b 100644 --- a/ipc/NodeControlService.hpp +++ b/control/NodeControlService.hpp |