commit | 4881511fbca95cb294ce30c0bbd56064ae0cee0a | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Jun 28 18:22:48 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Jun 28 18:22:48 2013 -0700 |
tree | 81b2fe8bbb499d42608b62ab2b0d7c21f3c337fe | |
parent | 0bbf729a250ea02523efde776a861f7d00f60e01 [diff] [blame] |
Move to use Name.cpp
diff --git a/ndn-cpp/Name.cpp b/ndn-cpp/Name.cpp index c66ecca..8caa59d 100644 --- a/ndn-cpp/Name.cpp +++ b/ndn-cpp/Name.cpp
@@ -4,11 +4,14 @@ * BSD license, See the LICENSE file for more information. */ -#include <stdexcept> #include "Name.hpp" using namespace std; namespace ndn { +Name::Name() +{ +} + }