comparison Core/RestApi/RestApiGetCall.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
45 typedef void (*Handler) (RestApiGetCall& call); 45 typedef void (*Handler) (RestApiGetCall& call);
46 46
47 RestApiGetCall(RestApiOutput& output, 47 RestApiGetCall(RestApiOutput& output,
48 RestApi& context, 48 RestApi& context,
49 const HttpHandler::Arguments& httpHeaders, 49 const HttpHandler::Arguments& httpHeaders,
50 const RestApiPath::Components& uriComponents, 50 const HttpHandler::Arguments& uriComponents,
51 const UriComponents& trailing, 51 const UriComponents& trailing,
52 const UriComponents& fullUri, 52 const UriComponents& fullUri,
53 const HttpHandler::Arguments& getArguments) : 53 const HttpHandler::Arguments& getArguments) :
54 RestApiCall(output, context, httpHeaders, uriComponents, trailing, fullUri), 54 RestApiCall(output, context, httpHeaders, uriComponents, trailing, fullUri),
55 getArguments_(getArguments) 55 getArguments_(getArguments)