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