ledger-core
HttpClient.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from http_client.djinni
3 
4 #ifndef DJINNI_GENERATED_HTTPCLIENT_HPP
5 #define DJINNI_GENERATED_HTTPCLIENT_HPP
6 
7 #include <memory>
8 #ifndef LIBCORE_EXPORT
9  #if defined(_MSC_VER)
10  #include <libcore_export.h>
11  #else
12  #define LIBCORE_EXPORT
13  #endif
14 #endif
15 
16 namespace ledger { namespace core { namespace api {
17 
18 class HttpRequest;
19 
21 class HttpClient {
22 public:
23  virtual ~HttpClient() {}
24 
29  virtual void execute(const std::shared_ptr<HttpRequest> & request) = 0;
30 };
31 
32 } } } // namespace ledger::core::api
33 #endif //DJINNI_GENERATED_HTTPCLIENT_HPP
virtual void execute(const std::shared_ptr< HttpRequest > &request)=0
Definition: HttpClient.hpp:21
Definition: Account.cpp:8