mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
rebuilt
This commit is contained in:
parent
e3151c57a0
commit
abe4980449
@ -17,11 +17,11 @@
|
||||
using namespace Tizen::Web::Json;
|
||||
|
||||
|
||||
using Tizen::Base::Integer;
|
||||
using Tizen::Base::Long;
|
||||
using Tizen::Base::DateTime;
|
||||
using Tizen::Base::String;
|
||||
using Tizen::Base::Boolean;
|
||||
using Tizen::Base::DateTime;
|
||||
using Tizen::Base::Integer;
|
||||
|
||||
|
||||
namespace Swagger {
|
||||
|
@ -17,9 +17,9 @@
|
||||
using namespace Tizen::Web::Json;
|
||||
|
||||
|
||||
#include "SamiCategory.h"
|
||||
using Tizen::Base::Long;
|
||||
using Tizen::Base::String;
|
||||
#include "SamiCategory.h"
|
||||
#include "SamiTag.h"
|
||||
using Tizen::Base::Collection::IList;
|
||||
|
||||
|
@ -380,7 +380,7 @@ deletePetProcessor(HttpResponse* pHttpResponse, void (* handler)(void*, SamiErro
|
||||
}
|
||||
|
||||
void
|
||||
SamiPetApi::deletePetWithCompletion(String* apiKey, Long* petId, void(*success)(SamiError*)) {
|
||||
SamiPetApi::deletePetWithCompletion(Long* petId, String* apiKey, void(*success)(SamiError*)) {
|
||||
client = new SamiApiClient();
|
||||
|
||||
client->success(&deletePetProcessor, (void(*)(void*, SamiError*))success);
|
||||
|
@ -39,7 +39,7 @@ public:
|
||||
updatePetWithFormWithCompletion(String* petId, String* name, String* status, void(* handler)(SamiError*));
|
||||
|
||||
void
|
||||
deletePetWithCompletion(String* apiKey, Long* petId, void(* handler)(SamiError*));
|
||||
deletePetWithCompletion(Long* petId, String* apiKey, void(* handler)(SamiError*));
|
||||
|
||||
void
|
||||
uploadFileWithCompletion(Long* petId, String* additionalMetadata, SamiFile* file, void(* handler)(SamiError*));
|
||||
|
@ -17,9 +17,9 @@
|
||||
using namespace Tizen::Web::Json;
|
||||
|
||||
|
||||
using Tizen::Base::Integer;
|
||||
using Tizen::Base::Long;
|
||||
using Tizen::Base::String;
|
||||
using Tizen::Base::Integer;
|
||||
|
||||
|
||||
namespace Swagger {
|
||||
|
Loading…
Reference in New Issue
Block a user