mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 10:04:00 +00:00
Update all .cpp files to use .cc extension (google style)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file web_client/curl_global_state.cpp
|
||||
* @file web_client/curl_global_state.cc
|
||||
* @brief CurlGlobalState constructor and destructor implementation.
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file web_client/curl_web_client_get.cpp
|
||||
* @file web_client/curl_web_client_get.cc
|
||||
* @brief CURLWebClient::Get() implementation.
|
||||
*/
|
||||
|
||||
@@ -72,4 +72,4 @@ std::string CURLWebClient::Get(const std::string& url) {
|
||||
}
|
||||
|
||||
return response_string;
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file web_client/curl_web_client_url_encode.cpp
|
||||
* @file web_client/curl_web_client_url_encode.cc
|
||||
* @brief CURLWebClient::UrlEncode() implementation.
|
||||
*/
|
||||
|
||||
@@ -21,4 +21,4 @@ std::string CURLWebClient::UrlEncode(const std::string& value) {
|
||||
std::string result(output);
|
||||
curl_free(output);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user