Rename windowmanager-client
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 31 May 2018 10:26:01 +0000 (19:26 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 31 May 2018 10:26:01 +0000 (19:26 +0900)
Change-Id: I601f0b542d530b1b72198b56b8bd98322836e469
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/CMakeLists.txt
src/app.cpp
src/applist.hpp
src/wm-client.cpp [moved from src/windowmanager-client.cpp with 98% similarity]
src/wm-client.hpp [moved from src/windowmanager-client.hpp with 100% similarity]
test/test.cpp

index f2ae36b..f811be3 100644 (file)
@@ -44,7 +44,7 @@ add_library(${TARGETS_WM} MODULE
    config.cpp
    config.hpp
    policy.hpp
-   windowmanager-client.cpp
+   wm-client.cpp
    applist.cpp
    request.cpp)
 
index 00f391a..be53808 100644 (file)
@@ -35,7 +35,7 @@
 #include <regex>
 #include <thread>
 
-#include "windowmanager-client.hpp"
+#include "wm-client.hpp"
 #include "applist.hpp"
 
 extern "C"
index d2a5971..241f153 100644 (file)
@@ -21,7 +21,7 @@
 #include <map>
 #include <memory>
 //#include <experimental/optional>
-#include "windowmanager-client.hpp"
+#include "wm-client.hpp"
 #include "request.hpp"
 
 namespace wm
similarity index 98%
rename from src/windowmanager-client.cpp
rename to src/wm-client.cpp
index 1bda793..4e0ff01 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "windowmanager-client.hpp"
+#include "wm-client.hpp"
 #include "hmi-debug.h"
 
 #define INVALID_SURFACE_ID 0
index 716f0ef..a4e630c 100644 (file)
@@ -3,7 +3,7 @@
 #include <gtest/gtest.h>
 #include <memory>
 #include "applist.hpp"
-#include "windowmanager-client.hpp"
+#include "wm-client.hpp"
 
 // テストグループの定義 TEST_GROUP(group)
 // フィクスチャの準備