build: use C++11
Change-Id: I0e58ac4e9cb42d07a9b58125d761875f91c7744c
Refs: #1930
diff --git a/src/handles/delete-handle.hpp b/src/handles/delete-handle.hpp
index 91ff244..5493d2e 100644
--- a/src/handles/delete-handle.hpp
+++ b/src/handles/delete-handle.hpp
@@ -25,8 +25,6 @@
namespace repo {
-using std::vector;
-
class DeleteHandle : public BaseHandle
{
@@ -56,10 +54,10 @@
onRegisterFailed(const Name& prefix, const std::string& reason);
void
- onValidated(const shared_ptr<const Interest>& interest, const Name& prefix);
+ onValidated(const std::shared_ptr<const Interest>& interest, const Name& prefix);
void
- onValidationFailed(const shared_ptr<const Interest>& interest, const string& reason);
+ onValidationFailed(const std::shared_ptr<const Interest>& interest, const std::string& reason);
/**
* @todo delete check has not been realized due to the while loop of segmented data deletion.