Update default value for C++ related generator (#373)

* udpate default value for cpp, remove unused imports

* update cpprest template

* update tizen default value

* update cpp restbed default value

* update qt5cpp samples

* update pistache samples

* regenerate restbed ignore file
This commit is contained in:
William Cheng
2018-05-08 22:10:40 +08:00
committed by GitHub
parent 13f084e7b0
commit a9fa4cd0db
133 changed files with 1012 additions and 1080 deletions

View File

@@ -3,9 +3,8 @@
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator 3.0.0-SNAPSHOT.
* NOTE: This class is auto generated by OpenAPI-Generator 3.0.0-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
@@ -20,12 +19,12 @@
#include <boost/algorithm/string/replace.hpp>
namespace io {
namespace swagger {
namespace org {
namespace openapitools {
namespace client {
namespace api {
using namespace io::swagger::client::model;
using namespace org::openapitools::client::model;
StoreApi::StoreApi( std::shared_ptr<ApiClient> apiClient )
: m_ApiClient(apiClient)