From 7e8bdadb91010b83cea7e8bad7a4e7a2488a91f6 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 21 Jun 2017 13:38:49 +0300 Subject: [core] Rename ThreadedObject to Thread Now that the old Thread class is gone, we can give ThreadedObject a better name. --- cmake/core-files.cmake | 2 +- cmake/test-files.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake') diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 220e25d35e..cdbd5c8094 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -604,7 +604,7 @@ set(MBGL_CORE_FILES src/mbgl/util/stopwatch.hpp src/mbgl/util/string.cpp src/mbgl/util/thread_local.hpp - src/mbgl/util/threaded_object.hpp + src/mbgl/util/thread.hpp src/mbgl/util/throttler.cpp src/mbgl/util/throttler.hpp src/mbgl/util/tile_coordinate.hpp diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index f85ca03333..edbf100fe2 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -131,7 +131,7 @@ set(MBGL_TEST_FILES test/util/projection.test.cpp test/util/run_loop.test.cpp test/util/text_conversions.test.cpp - test/util/threaded_object.test.cpp + test/util/thread.test.cpp test/util/thread_local.test.cpp test/util/tile_cover.test.cpp test/util/timer.test.cpp -- cgit v1.2.1