comparison Core/RestApi/RestApiDeleteCall.h @ 975:c550e99c452b

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Jun 2014 14:53:18 +0200
parents 83622b0f544c
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
974:83622b0f544c 975:c550e99c452b
42 typedef void (*Handler) (RestApiDeleteCall& call); 42 typedef void (*Handler) (RestApiDeleteCall& call);
43 43
44 RestApiDeleteCall(RestApiOutput& output, 44 RestApiDeleteCall(RestApiOutput& output,
45 RestApi& context, 45 RestApi& context,
46 const HttpHandler::Arguments& httpHeaders, 46 const HttpHandler::Arguments& httpHeaders,
47 const RestApiPath::Components& uriComponents, 47 const HttpHandler::Arguments& uriComponents,
48 const UriComponents& trailing, 48 const UriComponents& trailing,
49 const UriComponents& fullUri) : 49 const UriComponents& fullUri) :
50 RestApiCall(output, context, httpHeaders, uriComponents, trailing, fullUri) 50 RestApiCall(output, context, httpHeaders, uriComponents, trailing, fullUri)
51 { 51 {
52 } 52 }