Rename BasicRestClient to RestBasicClient.

This commit is contained in:
Chunting Gu
2018-11-13 13:00:23 +08:00
parent e862153657
commit 964d21748a
7 changed files with 21 additions and 17 deletions
+2 -2
View File
@@ -9,7 +9,6 @@ endif()
include(GNUInstallDirs)
set(HEADERS
version.h
globals.h
http_async_client.h
http_client.h
@@ -24,8 +23,8 @@ set(HEADERS
http_server.h
logger.h
queue.h
basic_rest_client.h
rest_async_client.h
rest_basic_client.h
rest_client.h
rest_request_handler.h
rest_server.h
@@ -33,6 +32,7 @@ set(HEADERS
rest_service_manager.h
url.h
utility.h
version.h
)
set(SOURCES