aboutsummaryrefslogtreecommitdiffstats
path: root/http-server/icn_response.h
diff options
context:
space:
mode:
Diffstat (limited to 'http-server/icn_response.h')
-rw-r--r--http-server/icn_response.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/http-server/icn_response.h b/http-server/icn_response.h
index e9af0d40..13a75629 100644
--- a/http-server/icn_response.h
+++ b/http-server/icn_response.h
@@ -25,7 +25,7 @@ class IcnResponse
public:
- IcnResponse(std::shared_ptr<icnet::ProducerSocket> producer,
+ IcnResponse(std::shared_ptr<libl4::http::HTTPServerPublisher> producer,
std::string ndn_name,
std::string ndn_path,
int response_id);
@@ -36,7 +36,7 @@ class IcnResponse
std::string ndn_name_;
std::string ndn_path_;
int response_id_;
- std::shared_ptr<icnet::ProducerSocket> producer_;
+ std::shared_ptr<libl4::http::HTTPServerPublisher> publisher_;
};
} // end namespace icn_httpserver