aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/core/interest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/hicn/transport/core/interest.h')
-rw-r--r--libtransport/src/hicn/transport/core/interest.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtransport/src/hicn/transport/core/interest.h b/libtransport/src/hicn/transport/core/interest.h
index 95b45ac9a..74979d8d0 100644
--- a/libtransport/src/hicn/transport/core/interest.h
+++ b/libtransport/src/hicn/transport/core/interest.h
@@ -45,13 +45,15 @@ class Interest
~Interest() override;
+ void replace(MemBufPtr &&buffer) override;
+
const Name &getName() const override;
Name &getWritableName() override;
- Interest &setName(const Name &name);
+ void setName(const Name &name) override;
- Interest &setName(Name &&name);
+ void setName(Name &&name) override;
void setLocator(const ip_address_t &ip_address) override;