commit | c4f6fd7b456e672f6ca0de08752e59d8568e6f6a | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Feb 26 12:48:44 2014 -0800 |
committer | Alex Afanasyev <afanasev@cs.ucla.edu> | Wed Feb 26 16:09:38 2014 -0800 |
tree | 8259ce32c9353a6d2657801c13d747f876756f30 | |
parent | 42c81850465c3db5ad68236afa308e89d3d383f9 [diff] |
util: Merge helpers folder into util. Change-Id: Ie8afba2cfe55c4a7587f3a3f39c120dbabb7a5ca
diff --git a/src/helpers/command-interest-generator.hpp b/src/util/command-interest-generator.hpp similarity index 100% rename from src/helpers/command-interest-generator.hpp rename to src/util/command-interest-generator.hpp
diff --git a/src/helpers/command-interest-validator.hpp b/src/util/command-interest-validator.hpp similarity index 100% rename from src/helpers/command-interest-validator.hpp rename to src/util/command-interest-validator.hpp
diff --git a/tests/security/test-signed-interest.cpp b/tests/security/test-signed-interest.cpp index 4be5d9f..f6898b9 100644 --- a/tests/security/test-signed-interest.cpp +++ b/tests/security/test-signed-interest.cpp
@@ -9,8 +9,8 @@ #include "security/key-chain.hpp" #include "security/validator.hpp" -#include "helpers/command-interest-generator.hpp" -#include "helpers/command-interest-validator.hpp" +#include "util/command-interest-generator.hpp" +#include "util/command-interest-validator.hpp" using namespace std; namespace ndn {