From cf657f1c7ba418ee9f993beaf012518ae159fcf6 Mon Sep 17 00:00:00 2001 From: Akihito Nakano Date: Thu, 7 Jun 2018 17:55:43 +0900 Subject: [PATCH] [C++] Adjust the names (script, sample folder, generator) to lang option (#220) * Rename script: qt5-petstore.sh -> cpp-qt5-petstore.sh * Rename sample folder: qt5cpp -> cpp-qt5 * Rename script: cpprest-petstore.sh -> cpp-restsdk-petstore.sh * Rename sample folder: cpprest -> cpp-restsdk * Rename generator: CppRestClientCodegen -> CppRestSdkClientCodegen * Rename script: tizen-petstore.sh -> cpp-tizen-petstore.sh * Rename sample folder: tizen -> cpp-tizen * Rename script(security): qt5cpp-petstore.sh -> cpp-qt5-petstore.sh * Rename sample folder(security): qt5cpp -> cpp-qt5 * Rename script(windows): qt5cpp-petstore.bat -> cpp-qt5-petstore.bat * Change sample folder * Rename script(windows): cpprest-petstore.bat -> cpp-restsdk-petstore.bat * Change sample folder * Rename script(windows): tizen-petstore.bat -> cpp-tizen-petstore.bat * Change sample folder * Change output folder: tizen -> cpp-tizen * Rename the scripts under bin/openapi3 cpp-restsdk is not exist under bin/openapi3 * Change sample folder --- bin/{qt5-petstore.sh => cpp-qt5-petstore.sh} | 2 +- bin/{cpprest-petstore.sh => cpp-restsdk-petstore.sh} | 2 +- bin/{tizen-petstore.sh => cpp-tizen-petstore.sh} | 2 +- bin/openapi3/{qt5-petstore.sh => cpp-qt5-petstore.sh} | 2 +- bin/openapi3/{tizen-petstore.sh => cpp-tizen-petstore.sh} | 2 +- bin/security/{qt5cpp-petstore.sh => cpp-qt5-petstore.sh} | 2 +- bin/windows/{qt5cpp-petstore.bat => cpp-qt5-petstore.bat} | 2 +- .../{cpprest-petstore.bat => cpp-restsdk-petstore.bat} | 2 +- bin/windows/{tizen-petstore.bat => cpp-tizen-petstore.bat} | 2 +- .../org/openapitools/codegen/config/CodegenConfigurator.java | 2 +- ...CppRestClientCodegen.java => CppRestSdkClientCodegen.java} | 4 ++-- .../META-INF/services/org.openapitools.codegen.CodegenConfig | 2 +- .../{qt5cpp => cpp-qt5}/.openapi-generator-ignore | 0 .../{qt5cpp => cpp-qt5}/.openapi-generator/VERSION | 0 .../client/petstore-security-test/{qt5cpp => cpp-qt5}/LICENSE | 0 .../{qt5cpp => cpp-qt5}/client/SWGFakeApi.cpp | 0 .../{qt5cpp => cpp-qt5}/client/SWGFakeApi.h | 0 .../{qt5cpp => cpp-qt5}/client/SWGHelpers.cpp | 0 .../{qt5cpp => cpp-qt5}/client/SWGHelpers.h | 0 .../{qt5cpp => cpp-qt5}/client/SWGHttpRequest.cpp | 0 .../{qt5cpp => cpp-qt5}/client/SWGHttpRequest.h | 0 .../{qt5cpp => cpp-qt5}/client/SWGModelFactory.h | 0 .../{qt5cpp => cpp-qt5}/client/SWGObject.h | 0 .../{qt5cpp => cpp-qt5}/client/SWGReturn.cpp | 0 .../{qt5cpp => cpp-qt5}/client/SWGReturn.h | 0 .../petstore/{cpprest => cpp-qt5}/.openapi-generator-ignore | 0 .../petstore/{cpprest => cpp-qt5}/.openapi-generator/VERSION | 0 .../petstore/{qt5cpp => cpp-qt5}/PetStore/PetApiTests.cpp | 0 .../petstore/{qt5cpp => cpp-qt5}/PetStore/PetApiTests.h | 0 .../client/petstore/{qt5cpp => cpp-qt5}/PetStore/PetStore.pro | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/PetStore/main.cpp | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAIApiResponse.cpp | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAIApiResponse.h | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAICategory.cpp | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAICategory.h | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIHelpers.cpp | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIHelpers.h | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAIHttpRequest.cpp | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAIHttpRequest.h | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAIModelFactory.h | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIObject.h | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIOrder.cpp | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIOrder.h | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIPet.cpp | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIPet.h | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIPetApi.cpp | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIPetApi.h | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAIQObjectWrapper.h | 0 .../petstore/{qt5cpp => cpp-qt5}/client/OAIStoreApi.cpp | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIStoreApi.h | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAITag.cpp | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAITag.h | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIUser.cpp | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIUser.h | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIUserApi.cpp | 0 .../client/petstore/{qt5cpp => cpp-qt5}/client/OAIUserApi.h | 0 samples/client/petstore/{qt5cpp => cpp-qt5}/client/client.pri | 0 samples/client/petstore/{cpprest => cpp-restsdk}/.gitignore | 0 .../{qt5cpp => cpp-restsdk}/.openapi-generator-ignore | 0 .../{qt5cpp => cpp-restsdk}/.openapi-generator/VERSION | 0 .../client/petstore/{cpprest => cpp-restsdk}/ApiClient.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/ApiClient.h | 0 .../petstore/{cpprest => cpp-restsdk}/ApiConfiguration.cpp | 0 .../petstore/{cpprest => cpp-restsdk}/ApiConfiguration.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/ApiException.cpp | 0 .../client/petstore/{cpprest => cpp-restsdk}/ApiException.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/CMakeLists.txt | 0 .../client/petstore/{cpprest => cpp-restsdk}/HttpContent.cpp | 0 .../client/petstore/{cpprest => cpp-restsdk}/HttpContent.h | 0 samples/client/petstore/{cpprest => cpp-restsdk}/IHttpBody.h | 0 samples/client/petstore/{cpprest => cpp-restsdk}/JsonBody.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/JsonBody.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/ModelBase.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/ModelBase.h | 0 .../petstore/{cpprest => cpp-restsdk}/MultipartFormData.cpp | 0 .../petstore/{cpprest => cpp-restsdk}/MultipartFormData.h | 0 samples/client/petstore/{cpprest => cpp-restsdk}/Object.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/Object.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/api/PetApi.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/api/PetApi.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/api/StoreApi.cpp | 0 .../client/petstore/{cpprest => cpp-restsdk}/api/StoreApi.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/api/UserApi.cpp | 0 .../client/petstore/{cpprest => cpp-restsdk}/api/UserApi.h | 0 samples/client/petstore/{cpprest => cpp-restsdk}/git_push.sh | 0 .../petstore/{cpprest => cpp-restsdk}/model/ApiResponse.cpp | 0 .../petstore/{cpprest => cpp-restsdk}/model/ApiResponse.h | 0 .../petstore/{cpprest => cpp-restsdk}/model/Category.cpp | 0 .../client/petstore/{cpprest => cpp-restsdk}/model/Category.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/model/Order.cpp | 0 .../client/petstore/{cpprest => cpp-restsdk}/model/Order.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/model/Pet.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/model/Pet.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/model/Tag.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/model/Tag.h | 0 .../client/petstore/{cpprest => cpp-restsdk}/model/User.cpp | 0 samples/client/petstore/{cpprest => cpp-restsdk}/model/User.h | 0 .../petstore/{tizen => cpp-tizen}/.openapi-generator-ignore | 0 .../petstore/{tizen => cpp-tizen}/.openapi-generator/VERSION | 0 .../petstore/{tizen => cpp-tizen}/PetStoreTest/CMakeLists.txt | 0 .../{tizen => cpp-tizen}/PetStoreTest/src/PetStoreTest.cpp | 0 .../{tizen => cpp-tizen}/PetStoreTest/src/PetStoreTest.h | 0 .../petstore/{tizen => cpp-tizen}/PetStoreTest/src/main.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/doc/Doxyfile | 0 samples/client/petstore/{tizen => cpp-tizen}/doc/README.md | 0 .../{tizen => cpp-tizen}/doc/generateDocumentation.sh | 0 .../client/petstore/{tizen => cpp-tizen}/src/ApiResponse.cpp | 0 .../client/petstore/{tizen => cpp-tizen}/src/ApiResponse.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Category.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Category.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Error.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Error.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Helpers.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Helpers.h | 0 .../client/petstore/{tizen => cpp-tizen}/src/NetClient.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/NetClient.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Object.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Order.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Order.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Pet.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Pet.h | 0 .../client/petstore/{tizen => cpp-tizen}/src/PetManager.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/PetManager.h | 0 .../client/petstore/{tizen => cpp-tizen}/src/RequestInfo.h | 0 .../client/petstore/{tizen => cpp-tizen}/src/StoreManager.cpp | 0 .../client/petstore/{tizen => cpp-tizen}/src/StoreManager.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Tag.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/Tag.h | 0 samples/client/petstore/{tizen => cpp-tizen}/src/User.cpp | 0 samples/client/petstore/{tizen => cpp-tizen}/src/User.h | 0 .../client/petstore/{tizen => cpp-tizen}/src/UserManager.cpp | 0 .../client/petstore/{tizen => cpp-tizen}/src/UserManager.h | 0 132 files changed, 13 insertions(+), 13 deletions(-) rename bin/{qt5-petstore.sh => cpp-qt5-petstore.sh} (93%) rename bin/{cpprest-petstore.sh => cpp-restsdk-petstore.sh} (92%) rename bin/{tizen-petstore.sh => cpp-tizen-petstore.sh} (93%) rename bin/openapi3/{qt5-petstore.sh => cpp-qt5-petstore.sh} (93%) rename bin/openapi3/{tizen-petstore.sh => cpp-tizen-petstore.sh} (93%) rename bin/security/{qt5cpp-petstore.sh => cpp-qt5-petstore.sh} (97%) rename bin/windows/{qt5cpp-petstore.bat => cpp-qt5-petstore.bat} (81%) rename bin/windows/{cpprest-petstore.bat => cpp-restsdk-petstore.bat} (97%) rename bin/windows/{tizen-petstore.bat => cpp-tizen-petstore.bat} (80%) rename modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/{CppRestClientCodegen.java => CppRestSdkClientCodegen.java} (99%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/.openapi-generator-ignore (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/.openapi-generator/VERSION (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/LICENSE (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGFakeApi.cpp (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGFakeApi.h (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGHelpers.cpp (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGHelpers.h (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGHttpRequest.cpp (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGHttpRequest.h (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGModelFactory.h (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGObject.h (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGReturn.cpp (100%) rename samples/client/petstore-security-test/{qt5cpp => cpp-qt5}/client/SWGReturn.h (100%) rename samples/client/petstore/{cpprest => cpp-qt5}/.openapi-generator-ignore (100%) rename samples/client/petstore/{cpprest => cpp-qt5}/.openapi-generator/VERSION (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/PetStore/PetApiTests.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/PetStore/PetApiTests.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/PetStore/PetStore.pro (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/PetStore/main.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIApiResponse.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIApiResponse.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAICategory.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAICategory.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIHelpers.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIHelpers.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIHttpRequest.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIHttpRequest.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIModelFactory.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIObject.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIOrder.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIOrder.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIPet.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIPet.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIPetApi.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIPetApi.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIQObjectWrapper.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIStoreApi.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIStoreApi.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAITag.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAITag.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIUser.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIUser.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIUserApi.cpp (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/OAIUserApi.h (100%) rename samples/client/petstore/{qt5cpp => cpp-qt5}/client/client.pri (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/.gitignore (100%) rename samples/client/petstore/{qt5cpp => cpp-restsdk}/.openapi-generator-ignore (100%) rename samples/client/petstore/{qt5cpp => cpp-restsdk}/.openapi-generator/VERSION (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ApiClient.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ApiClient.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ApiConfiguration.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ApiConfiguration.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ApiException.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ApiException.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/CMakeLists.txt (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/HttpContent.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/HttpContent.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/IHttpBody.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/JsonBody.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/JsonBody.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ModelBase.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/ModelBase.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/MultipartFormData.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/MultipartFormData.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/Object.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/Object.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/api/PetApi.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/api/PetApi.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/api/StoreApi.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/api/StoreApi.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/api/UserApi.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/api/UserApi.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/git_push.sh (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/ApiResponse.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/ApiResponse.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Category.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Category.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Order.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Order.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Pet.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Pet.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Tag.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/Tag.h (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/User.cpp (100%) rename samples/client/petstore/{cpprest => cpp-restsdk}/model/User.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/.openapi-generator-ignore (100%) rename samples/client/petstore/{tizen => cpp-tizen}/.openapi-generator/VERSION (100%) rename samples/client/petstore/{tizen => cpp-tizen}/PetStoreTest/CMakeLists.txt (100%) rename samples/client/petstore/{tizen => cpp-tizen}/PetStoreTest/src/PetStoreTest.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/PetStoreTest/src/PetStoreTest.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/PetStoreTest/src/main.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/doc/Doxyfile (100%) rename samples/client/petstore/{tizen => cpp-tizen}/doc/README.md (100%) rename samples/client/petstore/{tizen => cpp-tizen}/doc/generateDocumentation.sh (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/ApiResponse.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/ApiResponse.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Category.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Category.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Error.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Error.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Helpers.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Helpers.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/NetClient.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/NetClient.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Object.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Order.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Order.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Pet.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Pet.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/PetManager.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/PetManager.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/RequestInfo.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/StoreManager.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/StoreManager.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Tag.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/Tag.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/User.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/User.h (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/UserManager.cpp (100%) rename samples/client/petstore/{tizen => cpp-tizen}/src/UserManager.h (100%) diff --git a/bin/qt5-petstore.sh b/bin/cpp-qt5-petstore.sh similarity index 93% rename from bin/qt5-petstore.sh rename to bin/cpp-qt5-petstore.sh index a1eb7ccf8d..fdca2260d5 100755 --- a/bin/qt5-petstore.sh +++ b/bin/cpp-qt5-petstore.sh @@ -27,6 +27,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="generate -t modules/openapi-generator/src/main/resources/qt5cpp -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g cpp-qt5 -o samples/client/petstore/qt5cpp $@" +ags="generate -t modules/openapi-generator/src/main/resources/qt5cpp -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g cpp-qt5 -o samples/client/petstore/cpp-qt5 $@" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/cpprest-petstore.sh b/bin/cpp-restsdk-petstore.sh similarity index 92% rename from bin/cpprest-petstore.sh rename to bin/cpp-restsdk-petstore.sh index 94e0157ace..0a33cb36e3 100755 --- a/bin/cpprest-petstore.sh +++ b/bin/cpp-restsdk-petstore.sh @@ -27,6 +27,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="generate -t modules/openapi-generator/src/main/resources/cpprest -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g cpp-restsdk -o samples/client/petstore/cpprest $@" +ags="generate -t modules/openapi-generator/src/main/resources/cpprest -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g cpp-restsdk -o samples/client/petstore/cpp-restsdk $@" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/tizen-petstore.sh b/bin/cpp-tizen-petstore.sh similarity index 93% rename from bin/tizen-petstore.sh rename to bin/cpp-tizen-petstore.sh index d745ef6a0e..82d9d9cd3a 100755 --- a/bin/tizen-petstore.sh +++ b/bin/cpp-tizen-petstore.sh @@ -27,6 +27,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="generate -t modules/openapi-generator/src/main/resources/tizen -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g cpp-tizen -o samples/client/petstore/tizen $@" +ags="generate -t modules/openapi-generator/src/main/resources/tizen -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g cpp-tizen -o samples/client/petstore/cpp-tizen $@" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/openapi3/qt5-petstore.sh b/bin/openapi3/cpp-qt5-petstore.sh similarity index 93% rename from bin/openapi3/qt5-petstore.sh rename to bin/openapi3/cpp-qt5-petstore.sh index da6445d32e..d9e1835cc2 100755 --- a/bin/openapi3/qt5-petstore.sh +++ b/bin/openapi3/cpp-qt5-petstore.sh @@ -27,6 +27,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="generate -t modules/openapi-generator/src/main/resources/qt5cpp -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g cpp-qt5 -o samples/client/petstore/qt5cpp $@" +ags="generate -t modules/openapi-generator/src/main/resources/qt5cpp -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g cpp-qt5 -o samples/client/petstore/cpp-qt5 $@" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/openapi3/tizen-petstore.sh b/bin/openapi3/cpp-tizen-petstore.sh similarity index 93% rename from bin/openapi3/tizen-petstore.sh rename to bin/openapi3/cpp-tizen-petstore.sh index d35a8b5845..2b1179642a 100755 --- a/bin/openapi3/tizen-petstore.sh +++ b/bin/openapi3/cpp-tizen-petstore.sh @@ -27,6 +27,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="generate -t modules/openapi-generator/src/main/resources/tizen -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g cpp-tizen -o samples/client/petstore/tizen $@" +ags="generate -t modules/openapi-generator/src/main/resources/tizen -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g cpp-tizen -o samples/client/petstore/cpp-tizen $@" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/security/qt5cpp-petstore.sh b/bin/security/cpp-qt5-petstore.sh similarity index 97% rename from bin/security/qt5cpp-petstore.sh rename to bin/security/cpp-qt5-petstore.sh index 149611a2d4..1a2b5e76a1 100755 --- a/bin/security/qt5cpp-petstore.sh +++ b/bin/security/cpp-qt5-petstore.sh @@ -27,6 +27,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="generate -t modules/openapi-generator/src/main/resources/qt5cpp -i modules/openapi-generator/src/test/resources/2_0/petstore-security-test.yaml -g cpp-qt5 -o samples/client/petstore-security-test/qt5cpp $@" +ags="generate -t modules/openapi-generator/src/main/resources/qt5cpp -i modules/openapi-generator/src/test/resources/2_0/petstore-security-test.yaml -g cpp-qt5 -o samples/client/petstore-security-test/cpp-qt5 $@" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/windows/qt5cpp-petstore.bat b/bin/windows/cpp-qt5-petstore.bat similarity index 81% rename from bin/windows/qt5cpp-petstore.bat rename to bin/windows/cpp-qt5-petstore.bat index c18be9efe6..997c80ec09 100755 --- a/bin/windows/qt5cpp-petstore.bat +++ b/bin/windows/cpp-qt5-petstore.bat @@ -5,6 +5,6 @@ If Not Exist %executable% ( ) REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -set ags=generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g cpp-qt5 -o samples\client\petstore\qt5cpp +set ags=generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g cpp-qt5 -o samples\client\petstore\cpp-qt5 java %JAVA_OPTS% -jar %executable% %ags% diff --git a/bin/windows/cpprest-petstore.bat b/bin/windows/cpp-restsdk-petstore.bat similarity index 97% rename from bin/windows/cpprest-petstore.bat rename to bin/windows/cpp-restsdk-petstore.bat index d5cd5b5246..be6046bc59 100755 --- a/bin/windows/cpprest-petstore.bat +++ b/bin/windows/cpp-restsdk-petstore.bat @@ -5,6 +5,6 @@ If Not Exist %executable% ( ) REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -DloggerPath=conf/log4j.properties -set ags=generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g cpp-restsdk -o samples\client\petstore\cpprest +set ags=generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g cpp-restsdk -o samples\client\petstore\cpp-restsdk java %JAVA_OPTS% -jar %executable% %ags% diff --git a/bin/windows/tizen-petstore.bat b/bin/windows/cpp-tizen-petstore.bat similarity index 80% rename from bin/windows/tizen-petstore.bat rename to bin/windows/cpp-tizen-petstore.bat index b2ac5c3cef..969f87e6b1 100755 --- a/bin/windows/tizen-petstore.bat +++ b/bin/windows/cpp-tizen-petstore.bat @@ -5,6 +5,6 @@ If Not Exist %executable% ( ) REM set JAVA_OPTS=%JAVA_OPTS% Xmx1024M -set ags=generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g cpp-tizen -o samples\client\petstore\tizen +set ags=generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g cpp-tizen -o samples\client\petstore\cpp-tizen java %JAVA_OPTS% -jar %executable% %ags% diff --git a/modules/openapi-generator/src/main/java/org/openapitools/codegen/config/CodegenConfigurator.java b/modules/openapi-generator/src/main/java/org/openapitools/codegen/config/CodegenConfigurator.java index b812a81588..db72abdf88 100644 --- a/modules/openapi-generator/src/main/java/org/openapitools/codegen/config/CodegenConfigurator.java +++ b/modules/openapi-generator/src/main/java/org/openapitools/codegen/config/CodegenConfigurator.java @@ -64,7 +64,7 @@ public class CodegenConfigurator implements Serializable { nameMigrationMap.put("scala", new ScalaHttpClientCodegen().getName()); nameMigrationMap.put("jaxrs", new JavaJerseyServerCodegen().getName()); nameMigrationMap.put("qt5cpp", new CppQt5ClientCodegen().getName()); - nameMigrationMap.put("cpprest", new CppRestClientCodegen().getName()); + nameMigrationMap.put("cpprest", new CppRestSdkClientCodegen().getName()); nameMigrationMap.put("tizen", new CppTizenClientCodegen().getName()); nameMigrationMap.put("sinatra", new RubySinatraServerCodegen().getName()); nameMigrationMap.put("swift", new SwiftClientCodegen().getName()); diff --git a/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppRestClientCodegen.java b/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppRestSdkClientCodegen.java similarity index 99% rename from modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppRestClientCodegen.java rename to modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppRestSdkClientCodegen.java index fecd5ad787..d8aed6bd86 100644 --- a/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppRestClientCodegen.java +++ b/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppRestSdkClientCodegen.java @@ -45,7 +45,7 @@ import java.util.HashSet; import java.util.Map; import java.util.Set; -public class CppRestClientCodegen extends AbstractCppCodegen { +public class CppRestSdkClientCodegen extends AbstractCppCodegen { public static final String DECLSPEC = "declspec"; public static final String DEFAULT_INCLUDE = "defaultInclude"; @@ -87,7 +87,7 @@ public class CppRestClientCodegen extends AbstractCppCodegen { return "Generates a C++ API client with C++ REST SDK (https://github.com/Microsoft/cpprestsdk)."; } - public CppRestClientCodegen() { + public CppRestSdkClientCodegen() { super(); apiPackage = "org.openapitools.client.api"; diff --git a/modules/openapi-generator/src/main/resources/META-INF/services/org.openapitools.codegen.CodegenConfig b/modules/openapi-generator/src/main/resources/META-INF/services/org.openapitools.codegen.CodegenConfig index 9043be5e7e..85e298d431 100644 --- a/modules/openapi-generator/src/main/resources/META-INF/services/org.openapitools.codegen.CodegenConfig +++ b/modules/openapi-generator/src/main/resources/META-INF/services/org.openapitools.codegen.CodegenConfig @@ -10,7 +10,7 @@ org.openapitools.codegen.languages.ConfluenceWikiCodegen org.openapitools.codegen.languages.CppQt5ClientCodegen org.openapitools.codegen.languages.CppPistacheServerCodegen org.openapitools.codegen.languages.CppRestbedServerCodegen -org.openapitools.codegen.languages.CppRestClientCodegen +org.openapitools.codegen.languages.CppRestSdkClientCodegen org.openapitools.codegen.languages.CppTizenClientCodegen org.openapitools.codegen.languages.CSharpClientCodegen org.openapitools.codegen.languages.CSharpDotNet2ClientCodegen diff --git a/samples/client/petstore-security-test/qt5cpp/.openapi-generator-ignore b/samples/client/petstore-security-test/cpp-qt5/.openapi-generator-ignore similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/.openapi-generator-ignore rename to samples/client/petstore-security-test/cpp-qt5/.openapi-generator-ignore diff --git a/samples/client/petstore-security-test/qt5cpp/.openapi-generator/VERSION b/samples/client/petstore-security-test/cpp-qt5/.openapi-generator/VERSION similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/.openapi-generator/VERSION rename to samples/client/petstore-security-test/cpp-qt5/.openapi-generator/VERSION diff --git a/samples/client/petstore-security-test/qt5cpp/LICENSE b/samples/client/petstore-security-test/cpp-qt5/LICENSE similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/LICENSE rename to samples/client/petstore-security-test/cpp-qt5/LICENSE diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGFakeApi.cpp b/samples/client/petstore-security-test/cpp-qt5/client/SWGFakeApi.cpp similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGFakeApi.cpp rename to samples/client/petstore-security-test/cpp-qt5/client/SWGFakeApi.cpp diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGFakeApi.h b/samples/client/petstore-security-test/cpp-qt5/client/SWGFakeApi.h similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGFakeApi.h rename to samples/client/petstore-security-test/cpp-qt5/client/SWGFakeApi.h diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGHelpers.cpp b/samples/client/petstore-security-test/cpp-qt5/client/SWGHelpers.cpp similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGHelpers.cpp rename to samples/client/petstore-security-test/cpp-qt5/client/SWGHelpers.cpp diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGHelpers.h b/samples/client/petstore-security-test/cpp-qt5/client/SWGHelpers.h similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGHelpers.h rename to samples/client/petstore-security-test/cpp-qt5/client/SWGHelpers.h diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGHttpRequest.cpp b/samples/client/petstore-security-test/cpp-qt5/client/SWGHttpRequest.cpp similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGHttpRequest.cpp rename to samples/client/petstore-security-test/cpp-qt5/client/SWGHttpRequest.cpp diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGHttpRequest.h b/samples/client/petstore-security-test/cpp-qt5/client/SWGHttpRequest.h similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGHttpRequest.h rename to samples/client/petstore-security-test/cpp-qt5/client/SWGHttpRequest.h diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGModelFactory.h b/samples/client/petstore-security-test/cpp-qt5/client/SWGModelFactory.h similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGModelFactory.h rename to samples/client/petstore-security-test/cpp-qt5/client/SWGModelFactory.h diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGObject.h b/samples/client/petstore-security-test/cpp-qt5/client/SWGObject.h similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGObject.h rename to samples/client/petstore-security-test/cpp-qt5/client/SWGObject.h diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGReturn.cpp b/samples/client/petstore-security-test/cpp-qt5/client/SWGReturn.cpp similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGReturn.cpp rename to samples/client/petstore-security-test/cpp-qt5/client/SWGReturn.cpp diff --git a/samples/client/petstore-security-test/qt5cpp/client/SWGReturn.h b/samples/client/petstore-security-test/cpp-qt5/client/SWGReturn.h similarity index 100% rename from samples/client/petstore-security-test/qt5cpp/client/SWGReturn.h rename to samples/client/petstore-security-test/cpp-qt5/client/SWGReturn.h diff --git a/samples/client/petstore/cpprest/.openapi-generator-ignore b/samples/client/petstore/cpp-qt5/.openapi-generator-ignore similarity index 100% rename from samples/client/petstore/cpprest/.openapi-generator-ignore rename to samples/client/petstore/cpp-qt5/.openapi-generator-ignore diff --git a/samples/client/petstore/cpprest/.openapi-generator/VERSION b/samples/client/petstore/cpp-qt5/.openapi-generator/VERSION similarity index 100% rename from samples/client/petstore/cpprest/.openapi-generator/VERSION rename to samples/client/petstore/cpp-qt5/.openapi-generator/VERSION diff --git a/samples/client/petstore/qt5cpp/PetStore/PetApiTests.cpp b/samples/client/petstore/cpp-qt5/PetStore/PetApiTests.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/PetStore/PetApiTests.cpp rename to samples/client/petstore/cpp-qt5/PetStore/PetApiTests.cpp diff --git a/samples/client/petstore/qt5cpp/PetStore/PetApiTests.h b/samples/client/petstore/cpp-qt5/PetStore/PetApiTests.h similarity index 100% rename from samples/client/petstore/qt5cpp/PetStore/PetApiTests.h rename to samples/client/petstore/cpp-qt5/PetStore/PetApiTests.h diff --git a/samples/client/petstore/qt5cpp/PetStore/PetStore.pro b/samples/client/petstore/cpp-qt5/PetStore/PetStore.pro similarity index 100% rename from samples/client/petstore/qt5cpp/PetStore/PetStore.pro rename to samples/client/petstore/cpp-qt5/PetStore/PetStore.pro diff --git a/samples/client/petstore/qt5cpp/PetStore/main.cpp b/samples/client/petstore/cpp-qt5/PetStore/main.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/PetStore/main.cpp rename to samples/client/petstore/cpp-qt5/PetStore/main.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIApiResponse.cpp b/samples/client/petstore/cpp-qt5/client/OAIApiResponse.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIApiResponse.cpp rename to samples/client/petstore/cpp-qt5/client/OAIApiResponse.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIApiResponse.h b/samples/client/petstore/cpp-qt5/client/OAIApiResponse.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIApiResponse.h rename to samples/client/petstore/cpp-qt5/client/OAIApiResponse.h diff --git a/samples/client/petstore/qt5cpp/client/OAICategory.cpp b/samples/client/petstore/cpp-qt5/client/OAICategory.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAICategory.cpp rename to samples/client/petstore/cpp-qt5/client/OAICategory.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAICategory.h b/samples/client/petstore/cpp-qt5/client/OAICategory.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAICategory.h rename to samples/client/petstore/cpp-qt5/client/OAICategory.h diff --git a/samples/client/petstore/qt5cpp/client/OAIHelpers.cpp b/samples/client/petstore/cpp-qt5/client/OAIHelpers.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIHelpers.cpp rename to samples/client/petstore/cpp-qt5/client/OAIHelpers.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIHelpers.h b/samples/client/petstore/cpp-qt5/client/OAIHelpers.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIHelpers.h rename to samples/client/petstore/cpp-qt5/client/OAIHelpers.h diff --git a/samples/client/petstore/qt5cpp/client/OAIHttpRequest.cpp b/samples/client/petstore/cpp-qt5/client/OAIHttpRequest.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIHttpRequest.cpp rename to samples/client/petstore/cpp-qt5/client/OAIHttpRequest.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIHttpRequest.h b/samples/client/petstore/cpp-qt5/client/OAIHttpRequest.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIHttpRequest.h rename to samples/client/petstore/cpp-qt5/client/OAIHttpRequest.h diff --git a/samples/client/petstore/qt5cpp/client/OAIModelFactory.h b/samples/client/petstore/cpp-qt5/client/OAIModelFactory.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIModelFactory.h rename to samples/client/petstore/cpp-qt5/client/OAIModelFactory.h diff --git a/samples/client/petstore/qt5cpp/client/OAIObject.h b/samples/client/petstore/cpp-qt5/client/OAIObject.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIObject.h rename to samples/client/petstore/cpp-qt5/client/OAIObject.h diff --git a/samples/client/petstore/qt5cpp/client/OAIOrder.cpp b/samples/client/petstore/cpp-qt5/client/OAIOrder.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIOrder.cpp rename to samples/client/petstore/cpp-qt5/client/OAIOrder.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIOrder.h b/samples/client/petstore/cpp-qt5/client/OAIOrder.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIOrder.h rename to samples/client/petstore/cpp-qt5/client/OAIOrder.h diff --git a/samples/client/petstore/qt5cpp/client/OAIPet.cpp b/samples/client/petstore/cpp-qt5/client/OAIPet.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIPet.cpp rename to samples/client/petstore/cpp-qt5/client/OAIPet.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIPet.h b/samples/client/petstore/cpp-qt5/client/OAIPet.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIPet.h rename to samples/client/petstore/cpp-qt5/client/OAIPet.h diff --git a/samples/client/petstore/qt5cpp/client/OAIPetApi.cpp b/samples/client/petstore/cpp-qt5/client/OAIPetApi.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIPetApi.cpp rename to samples/client/petstore/cpp-qt5/client/OAIPetApi.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIPetApi.h b/samples/client/petstore/cpp-qt5/client/OAIPetApi.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIPetApi.h rename to samples/client/petstore/cpp-qt5/client/OAIPetApi.h diff --git a/samples/client/petstore/qt5cpp/client/OAIQObjectWrapper.h b/samples/client/petstore/cpp-qt5/client/OAIQObjectWrapper.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIQObjectWrapper.h rename to samples/client/petstore/cpp-qt5/client/OAIQObjectWrapper.h diff --git a/samples/client/petstore/qt5cpp/client/OAIStoreApi.cpp b/samples/client/petstore/cpp-qt5/client/OAIStoreApi.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIStoreApi.cpp rename to samples/client/petstore/cpp-qt5/client/OAIStoreApi.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIStoreApi.h b/samples/client/petstore/cpp-qt5/client/OAIStoreApi.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIStoreApi.h rename to samples/client/petstore/cpp-qt5/client/OAIStoreApi.h diff --git a/samples/client/petstore/qt5cpp/client/OAITag.cpp b/samples/client/petstore/cpp-qt5/client/OAITag.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAITag.cpp rename to samples/client/petstore/cpp-qt5/client/OAITag.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAITag.h b/samples/client/petstore/cpp-qt5/client/OAITag.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAITag.h rename to samples/client/petstore/cpp-qt5/client/OAITag.h diff --git a/samples/client/petstore/qt5cpp/client/OAIUser.cpp b/samples/client/petstore/cpp-qt5/client/OAIUser.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIUser.cpp rename to samples/client/petstore/cpp-qt5/client/OAIUser.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIUser.h b/samples/client/petstore/cpp-qt5/client/OAIUser.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIUser.h rename to samples/client/petstore/cpp-qt5/client/OAIUser.h diff --git a/samples/client/petstore/qt5cpp/client/OAIUserApi.cpp b/samples/client/petstore/cpp-qt5/client/OAIUserApi.cpp similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIUserApi.cpp rename to samples/client/petstore/cpp-qt5/client/OAIUserApi.cpp diff --git a/samples/client/petstore/qt5cpp/client/OAIUserApi.h b/samples/client/petstore/cpp-qt5/client/OAIUserApi.h similarity index 100% rename from samples/client/petstore/qt5cpp/client/OAIUserApi.h rename to samples/client/petstore/cpp-qt5/client/OAIUserApi.h diff --git a/samples/client/petstore/qt5cpp/client/client.pri b/samples/client/petstore/cpp-qt5/client/client.pri similarity index 100% rename from samples/client/petstore/qt5cpp/client/client.pri rename to samples/client/petstore/cpp-qt5/client/client.pri diff --git a/samples/client/petstore/cpprest/.gitignore b/samples/client/petstore/cpp-restsdk/.gitignore similarity index 100% rename from samples/client/petstore/cpprest/.gitignore rename to samples/client/petstore/cpp-restsdk/.gitignore diff --git a/samples/client/petstore/qt5cpp/.openapi-generator-ignore b/samples/client/petstore/cpp-restsdk/.openapi-generator-ignore similarity index 100% rename from samples/client/petstore/qt5cpp/.openapi-generator-ignore rename to samples/client/petstore/cpp-restsdk/.openapi-generator-ignore diff --git a/samples/client/petstore/qt5cpp/.openapi-generator/VERSION b/samples/client/petstore/cpp-restsdk/.openapi-generator/VERSION similarity index 100% rename from samples/client/petstore/qt5cpp/.openapi-generator/VERSION rename to samples/client/petstore/cpp-restsdk/.openapi-generator/VERSION diff --git a/samples/client/petstore/cpprest/ApiClient.cpp b/samples/client/petstore/cpp-restsdk/ApiClient.cpp similarity index 100% rename from samples/client/petstore/cpprest/ApiClient.cpp rename to samples/client/petstore/cpp-restsdk/ApiClient.cpp diff --git a/samples/client/petstore/cpprest/ApiClient.h b/samples/client/petstore/cpp-restsdk/ApiClient.h similarity index 100% rename from samples/client/petstore/cpprest/ApiClient.h rename to samples/client/petstore/cpp-restsdk/ApiClient.h diff --git a/samples/client/petstore/cpprest/ApiConfiguration.cpp b/samples/client/petstore/cpp-restsdk/ApiConfiguration.cpp similarity index 100% rename from samples/client/petstore/cpprest/ApiConfiguration.cpp rename to samples/client/petstore/cpp-restsdk/ApiConfiguration.cpp diff --git a/samples/client/petstore/cpprest/ApiConfiguration.h b/samples/client/petstore/cpp-restsdk/ApiConfiguration.h similarity index 100% rename from samples/client/petstore/cpprest/ApiConfiguration.h rename to samples/client/petstore/cpp-restsdk/ApiConfiguration.h diff --git a/samples/client/petstore/cpprest/ApiException.cpp b/samples/client/petstore/cpp-restsdk/ApiException.cpp similarity index 100% rename from samples/client/petstore/cpprest/ApiException.cpp rename to samples/client/petstore/cpp-restsdk/ApiException.cpp diff --git a/samples/client/petstore/cpprest/ApiException.h b/samples/client/petstore/cpp-restsdk/ApiException.h similarity index 100% rename from samples/client/petstore/cpprest/ApiException.h rename to samples/client/petstore/cpp-restsdk/ApiException.h diff --git a/samples/client/petstore/cpprest/CMakeLists.txt b/samples/client/petstore/cpp-restsdk/CMakeLists.txt similarity index 100% rename from samples/client/petstore/cpprest/CMakeLists.txt rename to samples/client/petstore/cpp-restsdk/CMakeLists.txt diff --git a/samples/client/petstore/cpprest/HttpContent.cpp b/samples/client/petstore/cpp-restsdk/HttpContent.cpp similarity index 100% rename from samples/client/petstore/cpprest/HttpContent.cpp rename to samples/client/petstore/cpp-restsdk/HttpContent.cpp diff --git a/samples/client/petstore/cpprest/HttpContent.h b/samples/client/petstore/cpp-restsdk/HttpContent.h similarity index 100% rename from samples/client/petstore/cpprest/HttpContent.h rename to samples/client/petstore/cpp-restsdk/HttpContent.h diff --git a/samples/client/petstore/cpprest/IHttpBody.h b/samples/client/petstore/cpp-restsdk/IHttpBody.h similarity index 100% rename from samples/client/petstore/cpprest/IHttpBody.h rename to samples/client/petstore/cpp-restsdk/IHttpBody.h diff --git a/samples/client/petstore/cpprest/JsonBody.cpp b/samples/client/petstore/cpp-restsdk/JsonBody.cpp similarity index 100% rename from samples/client/petstore/cpprest/JsonBody.cpp rename to samples/client/petstore/cpp-restsdk/JsonBody.cpp diff --git a/samples/client/petstore/cpprest/JsonBody.h b/samples/client/petstore/cpp-restsdk/JsonBody.h similarity index 100% rename from samples/client/petstore/cpprest/JsonBody.h rename to samples/client/petstore/cpp-restsdk/JsonBody.h diff --git a/samples/client/petstore/cpprest/ModelBase.cpp b/samples/client/petstore/cpp-restsdk/ModelBase.cpp similarity index 100% rename from samples/client/petstore/cpprest/ModelBase.cpp rename to samples/client/petstore/cpp-restsdk/ModelBase.cpp diff --git a/samples/client/petstore/cpprest/ModelBase.h b/samples/client/petstore/cpp-restsdk/ModelBase.h similarity index 100% rename from samples/client/petstore/cpprest/ModelBase.h rename to samples/client/petstore/cpp-restsdk/ModelBase.h diff --git a/samples/client/petstore/cpprest/MultipartFormData.cpp b/samples/client/petstore/cpp-restsdk/MultipartFormData.cpp similarity index 100% rename from samples/client/petstore/cpprest/MultipartFormData.cpp rename to samples/client/petstore/cpp-restsdk/MultipartFormData.cpp diff --git a/samples/client/petstore/cpprest/MultipartFormData.h b/samples/client/petstore/cpp-restsdk/MultipartFormData.h similarity index 100% rename from samples/client/petstore/cpprest/MultipartFormData.h rename to samples/client/petstore/cpp-restsdk/MultipartFormData.h diff --git a/samples/client/petstore/cpprest/Object.cpp b/samples/client/petstore/cpp-restsdk/Object.cpp similarity index 100% rename from samples/client/petstore/cpprest/Object.cpp rename to samples/client/petstore/cpp-restsdk/Object.cpp diff --git a/samples/client/petstore/cpprest/Object.h b/samples/client/petstore/cpp-restsdk/Object.h similarity index 100% rename from samples/client/petstore/cpprest/Object.h rename to samples/client/petstore/cpp-restsdk/Object.h diff --git a/samples/client/petstore/cpprest/api/PetApi.cpp b/samples/client/petstore/cpp-restsdk/api/PetApi.cpp similarity index 100% rename from samples/client/petstore/cpprest/api/PetApi.cpp rename to samples/client/petstore/cpp-restsdk/api/PetApi.cpp diff --git a/samples/client/petstore/cpprest/api/PetApi.h b/samples/client/petstore/cpp-restsdk/api/PetApi.h similarity index 100% rename from samples/client/petstore/cpprest/api/PetApi.h rename to samples/client/petstore/cpp-restsdk/api/PetApi.h diff --git a/samples/client/petstore/cpprest/api/StoreApi.cpp b/samples/client/petstore/cpp-restsdk/api/StoreApi.cpp similarity index 100% rename from samples/client/petstore/cpprest/api/StoreApi.cpp rename to samples/client/petstore/cpp-restsdk/api/StoreApi.cpp diff --git a/samples/client/petstore/cpprest/api/StoreApi.h b/samples/client/petstore/cpp-restsdk/api/StoreApi.h similarity index 100% rename from samples/client/petstore/cpprest/api/StoreApi.h rename to samples/client/petstore/cpp-restsdk/api/StoreApi.h diff --git a/samples/client/petstore/cpprest/api/UserApi.cpp b/samples/client/petstore/cpp-restsdk/api/UserApi.cpp similarity index 100% rename from samples/client/petstore/cpprest/api/UserApi.cpp rename to samples/client/petstore/cpp-restsdk/api/UserApi.cpp diff --git a/samples/client/petstore/cpprest/api/UserApi.h b/samples/client/petstore/cpp-restsdk/api/UserApi.h similarity index 100% rename from samples/client/petstore/cpprest/api/UserApi.h rename to samples/client/petstore/cpp-restsdk/api/UserApi.h diff --git a/samples/client/petstore/cpprest/git_push.sh b/samples/client/petstore/cpp-restsdk/git_push.sh similarity index 100% rename from samples/client/petstore/cpprest/git_push.sh rename to samples/client/petstore/cpp-restsdk/git_push.sh diff --git a/samples/client/petstore/cpprest/model/ApiResponse.cpp b/samples/client/petstore/cpp-restsdk/model/ApiResponse.cpp similarity index 100% rename from samples/client/petstore/cpprest/model/ApiResponse.cpp rename to samples/client/petstore/cpp-restsdk/model/ApiResponse.cpp diff --git a/samples/client/petstore/cpprest/model/ApiResponse.h b/samples/client/petstore/cpp-restsdk/model/ApiResponse.h similarity index 100% rename from samples/client/petstore/cpprest/model/ApiResponse.h rename to samples/client/petstore/cpp-restsdk/model/ApiResponse.h diff --git a/samples/client/petstore/cpprest/model/Category.cpp b/samples/client/petstore/cpp-restsdk/model/Category.cpp similarity index 100% rename from samples/client/petstore/cpprest/model/Category.cpp rename to samples/client/petstore/cpp-restsdk/model/Category.cpp diff --git a/samples/client/petstore/cpprest/model/Category.h b/samples/client/petstore/cpp-restsdk/model/Category.h similarity index 100% rename from samples/client/petstore/cpprest/model/Category.h rename to samples/client/petstore/cpp-restsdk/model/Category.h diff --git a/samples/client/petstore/cpprest/model/Order.cpp b/samples/client/petstore/cpp-restsdk/model/Order.cpp similarity index 100% rename from samples/client/petstore/cpprest/model/Order.cpp rename to samples/client/petstore/cpp-restsdk/model/Order.cpp diff --git a/samples/client/petstore/cpprest/model/Order.h b/samples/client/petstore/cpp-restsdk/model/Order.h similarity index 100% rename from samples/client/petstore/cpprest/model/Order.h rename to samples/client/petstore/cpp-restsdk/model/Order.h diff --git a/samples/client/petstore/cpprest/model/Pet.cpp b/samples/client/petstore/cpp-restsdk/model/Pet.cpp similarity index 100% rename from samples/client/petstore/cpprest/model/Pet.cpp rename to samples/client/petstore/cpp-restsdk/model/Pet.cpp diff --git a/samples/client/petstore/cpprest/model/Pet.h b/samples/client/petstore/cpp-restsdk/model/Pet.h similarity index 100% rename from samples/client/petstore/cpprest/model/Pet.h rename to samples/client/petstore/cpp-restsdk/model/Pet.h diff --git a/samples/client/petstore/cpprest/model/Tag.cpp b/samples/client/petstore/cpp-restsdk/model/Tag.cpp similarity index 100% rename from samples/client/petstore/cpprest/model/Tag.cpp rename to samples/client/petstore/cpp-restsdk/model/Tag.cpp diff --git a/samples/client/petstore/cpprest/model/Tag.h b/samples/client/petstore/cpp-restsdk/model/Tag.h similarity index 100% rename from samples/client/petstore/cpprest/model/Tag.h rename to samples/client/petstore/cpp-restsdk/model/Tag.h diff --git a/samples/client/petstore/cpprest/model/User.cpp b/samples/client/petstore/cpp-restsdk/model/User.cpp similarity index 100% rename from samples/client/petstore/cpprest/model/User.cpp rename to samples/client/petstore/cpp-restsdk/model/User.cpp diff --git a/samples/client/petstore/cpprest/model/User.h b/samples/client/petstore/cpp-restsdk/model/User.h similarity index 100% rename from samples/client/petstore/cpprest/model/User.h rename to samples/client/petstore/cpp-restsdk/model/User.h diff --git a/samples/client/petstore/tizen/.openapi-generator-ignore b/samples/client/petstore/cpp-tizen/.openapi-generator-ignore similarity index 100% rename from samples/client/petstore/tizen/.openapi-generator-ignore rename to samples/client/petstore/cpp-tizen/.openapi-generator-ignore diff --git a/samples/client/petstore/tizen/.openapi-generator/VERSION b/samples/client/petstore/cpp-tizen/.openapi-generator/VERSION similarity index 100% rename from samples/client/petstore/tizen/.openapi-generator/VERSION rename to samples/client/petstore/cpp-tizen/.openapi-generator/VERSION diff --git a/samples/client/petstore/tizen/PetStoreTest/CMakeLists.txt b/samples/client/petstore/cpp-tizen/PetStoreTest/CMakeLists.txt similarity index 100% rename from samples/client/petstore/tizen/PetStoreTest/CMakeLists.txt rename to samples/client/petstore/cpp-tizen/PetStoreTest/CMakeLists.txt diff --git a/samples/client/petstore/tizen/PetStoreTest/src/PetStoreTest.cpp b/samples/client/petstore/cpp-tizen/PetStoreTest/src/PetStoreTest.cpp similarity index 100% rename from samples/client/petstore/tizen/PetStoreTest/src/PetStoreTest.cpp rename to samples/client/petstore/cpp-tizen/PetStoreTest/src/PetStoreTest.cpp diff --git a/samples/client/petstore/tizen/PetStoreTest/src/PetStoreTest.h b/samples/client/petstore/cpp-tizen/PetStoreTest/src/PetStoreTest.h similarity index 100% rename from samples/client/petstore/tizen/PetStoreTest/src/PetStoreTest.h rename to samples/client/petstore/cpp-tizen/PetStoreTest/src/PetStoreTest.h diff --git a/samples/client/petstore/tizen/PetStoreTest/src/main.cpp b/samples/client/petstore/cpp-tizen/PetStoreTest/src/main.cpp similarity index 100% rename from samples/client/petstore/tizen/PetStoreTest/src/main.cpp rename to samples/client/petstore/cpp-tizen/PetStoreTest/src/main.cpp diff --git a/samples/client/petstore/tizen/doc/Doxyfile b/samples/client/petstore/cpp-tizen/doc/Doxyfile similarity index 100% rename from samples/client/petstore/tizen/doc/Doxyfile rename to samples/client/petstore/cpp-tizen/doc/Doxyfile diff --git a/samples/client/petstore/tizen/doc/README.md b/samples/client/petstore/cpp-tizen/doc/README.md similarity index 100% rename from samples/client/petstore/tizen/doc/README.md rename to samples/client/petstore/cpp-tizen/doc/README.md diff --git a/samples/client/petstore/tizen/doc/generateDocumentation.sh b/samples/client/petstore/cpp-tizen/doc/generateDocumentation.sh similarity index 100% rename from samples/client/petstore/tizen/doc/generateDocumentation.sh rename to samples/client/petstore/cpp-tizen/doc/generateDocumentation.sh diff --git a/samples/client/petstore/tizen/src/ApiResponse.cpp b/samples/client/petstore/cpp-tizen/src/ApiResponse.cpp similarity index 100% rename from samples/client/petstore/tizen/src/ApiResponse.cpp rename to samples/client/petstore/cpp-tizen/src/ApiResponse.cpp diff --git a/samples/client/petstore/tizen/src/ApiResponse.h b/samples/client/petstore/cpp-tizen/src/ApiResponse.h similarity index 100% rename from samples/client/petstore/tizen/src/ApiResponse.h rename to samples/client/petstore/cpp-tizen/src/ApiResponse.h diff --git a/samples/client/petstore/tizen/src/Category.cpp b/samples/client/petstore/cpp-tizen/src/Category.cpp similarity index 100% rename from samples/client/petstore/tizen/src/Category.cpp rename to samples/client/petstore/cpp-tizen/src/Category.cpp diff --git a/samples/client/petstore/tizen/src/Category.h b/samples/client/petstore/cpp-tizen/src/Category.h similarity index 100% rename from samples/client/petstore/tizen/src/Category.h rename to samples/client/petstore/cpp-tizen/src/Category.h diff --git a/samples/client/petstore/tizen/src/Error.cpp b/samples/client/petstore/cpp-tizen/src/Error.cpp similarity index 100% rename from samples/client/petstore/tizen/src/Error.cpp rename to samples/client/petstore/cpp-tizen/src/Error.cpp diff --git a/samples/client/petstore/tizen/src/Error.h b/samples/client/petstore/cpp-tizen/src/Error.h similarity index 100% rename from samples/client/petstore/tizen/src/Error.h rename to samples/client/petstore/cpp-tizen/src/Error.h diff --git a/samples/client/petstore/tizen/src/Helpers.cpp b/samples/client/petstore/cpp-tizen/src/Helpers.cpp similarity index 100% rename from samples/client/petstore/tizen/src/Helpers.cpp rename to samples/client/petstore/cpp-tizen/src/Helpers.cpp diff --git a/samples/client/petstore/tizen/src/Helpers.h b/samples/client/petstore/cpp-tizen/src/Helpers.h similarity index 100% rename from samples/client/petstore/tizen/src/Helpers.h rename to samples/client/petstore/cpp-tizen/src/Helpers.h diff --git a/samples/client/petstore/tizen/src/NetClient.cpp b/samples/client/petstore/cpp-tizen/src/NetClient.cpp similarity index 100% rename from samples/client/petstore/tizen/src/NetClient.cpp rename to samples/client/petstore/cpp-tizen/src/NetClient.cpp diff --git a/samples/client/petstore/tizen/src/NetClient.h b/samples/client/petstore/cpp-tizen/src/NetClient.h similarity index 100% rename from samples/client/petstore/tizen/src/NetClient.h rename to samples/client/petstore/cpp-tizen/src/NetClient.h diff --git a/samples/client/petstore/tizen/src/Object.h b/samples/client/petstore/cpp-tizen/src/Object.h similarity index 100% rename from samples/client/petstore/tizen/src/Object.h rename to samples/client/petstore/cpp-tizen/src/Object.h diff --git a/samples/client/petstore/tizen/src/Order.cpp b/samples/client/petstore/cpp-tizen/src/Order.cpp similarity index 100% rename from samples/client/petstore/tizen/src/Order.cpp rename to samples/client/petstore/cpp-tizen/src/Order.cpp diff --git a/samples/client/petstore/tizen/src/Order.h b/samples/client/petstore/cpp-tizen/src/Order.h similarity index 100% rename from samples/client/petstore/tizen/src/Order.h rename to samples/client/petstore/cpp-tizen/src/Order.h diff --git a/samples/client/petstore/tizen/src/Pet.cpp b/samples/client/petstore/cpp-tizen/src/Pet.cpp similarity index 100% rename from samples/client/petstore/tizen/src/Pet.cpp rename to samples/client/petstore/cpp-tizen/src/Pet.cpp diff --git a/samples/client/petstore/tizen/src/Pet.h b/samples/client/petstore/cpp-tizen/src/Pet.h similarity index 100% rename from samples/client/petstore/tizen/src/Pet.h rename to samples/client/petstore/cpp-tizen/src/Pet.h diff --git a/samples/client/petstore/tizen/src/PetManager.cpp b/samples/client/petstore/cpp-tizen/src/PetManager.cpp similarity index 100% rename from samples/client/petstore/tizen/src/PetManager.cpp rename to samples/client/petstore/cpp-tizen/src/PetManager.cpp diff --git a/samples/client/petstore/tizen/src/PetManager.h b/samples/client/petstore/cpp-tizen/src/PetManager.h similarity index 100% rename from samples/client/petstore/tizen/src/PetManager.h rename to samples/client/petstore/cpp-tizen/src/PetManager.h diff --git a/samples/client/petstore/tizen/src/RequestInfo.h b/samples/client/petstore/cpp-tizen/src/RequestInfo.h similarity index 100% rename from samples/client/petstore/tizen/src/RequestInfo.h rename to samples/client/petstore/cpp-tizen/src/RequestInfo.h diff --git a/samples/client/petstore/tizen/src/StoreManager.cpp b/samples/client/petstore/cpp-tizen/src/StoreManager.cpp similarity index 100% rename from samples/client/petstore/tizen/src/StoreManager.cpp rename to samples/client/petstore/cpp-tizen/src/StoreManager.cpp diff --git a/samples/client/petstore/tizen/src/StoreManager.h b/samples/client/petstore/cpp-tizen/src/StoreManager.h similarity index 100% rename from samples/client/petstore/tizen/src/StoreManager.h rename to samples/client/petstore/cpp-tizen/src/StoreManager.h diff --git a/samples/client/petstore/tizen/src/Tag.cpp b/samples/client/petstore/cpp-tizen/src/Tag.cpp similarity index 100% rename from samples/client/petstore/tizen/src/Tag.cpp rename to samples/client/petstore/cpp-tizen/src/Tag.cpp diff --git a/samples/client/petstore/tizen/src/Tag.h b/samples/client/petstore/cpp-tizen/src/Tag.h similarity index 100% rename from samples/client/petstore/tizen/src/Tag.h rename to samples/client/petstore/cpp-tizen/src/Tag.h diff --git a/samples/client/petstore/tizen/src/User.cpp b/samples/client/petstore/cpp-tizen/src/User.cpp similarity index 100% rename from samples/client/petstore/tizen/src/User.cpp rename to samples/client/petstore/cpp-tizen/src/User.cpp diff --git a/samples/client/petstore/tizen/src/User.h b/samples/client/petstore/cpp-tizen/src/User.h similarity index 100% rename from samples/client/petstore/tizen/src/User.h rename to samples/client/petstore/cpp-tizen/src/User.h diff --git a/samples/client/petstore/tizen/src/UserManager.cpp b/samples/client/petstore/cpp-tizen/src/UserManager.cpp similarity index 100% rename from samples/client/petstore/tizen/src/UserManager.cpp rename to samples/client/petstore/cpp-tizen/src/UserManager.cpp diff --git a/samples/client/petstore/tizen/src/UserManager.h b/samples/client/petstore/cpp-tizen/src/UserManager.h similarity index 100% rename from samples/client/petstore/tizen/src/UserManager.h rename to samples/client/petstore/cpp-tizen/src/UserManager.h