commit | ca188d7acffaab13c204a29f1e8d81cab6a3ef8c | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Oct 19 09:49:40 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sun Oct 19 09:49:40 2014 -0700 |
tree | 679a17f29b486ad582bc41a72ec2c34fce39ffb3 | |
parent | 68f2cf6451cfc992847b22be75cbe7ee63d49897 [diff] [blame] |
all: avoid usage of deprecated namespace ndn::Tlv refs #2079 Change-Id: I32b7f10bcde1e70617950900d54f6ce0fb588ce9
diff --git a/src/repo-tlv.hpp b/src/repo-tlv.hpp index bdc3310..45a6a0f 100644 --- a/src/repo-tlv.hpp +++ b/src/repo-tlv.hpp
@@ -25,7 +25,7 @@ namespace repo { namespace tlv { -using namespace ndn::Tlv; +using namespace ndn::tlv; enum { RepoCommandParameter = 201,