Change-Id: I7274a4ace481cc468c1844d1278e2905721c128f
Signed-off-by: Mauro Sardara <[email protected]>
-/*
/*
* Copyright (c) 2017 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
void processLeavingInterest(transport::ConsumerSocket &c, const transport::Interest &interest, std::string &payload);
- std::shared_ptr<HTTPResponse> response_;
transport::ConsumerSocket consumer_;
+
std::unique_ptr<boost::asio::steady_timer> timer_;
+
+ std::shared_ptr<HTTPResponse> response_;
};
} // end namespace http