commit | 9c41dfe947f0d6861a0153513322037b3032f0d8 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 12:10:25 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 12:10:25 2013 -0700 |
tree | d0bed08255acbd46426693b244f3423bdfa01413 | |
parent | 9dc1073c0d8340748251f053856386c047458f36 [diff] [blame] |
Use separate WireFormat class to handle encoding Name, Interest, etc.
diff --git a/ndn-cpp/Name.cpp b/ndn-cpp/Name.cpp new file mode 100644 index 0000000..c66ecca --- /dev/null +++ b/ndn-cpp/Name.cpp
@@ -0,0 +1,14 @@ +/* + * Author: Jeff Thompson + * + * BSD license, See the LICENSE file for more information. + */ + +#include <stdexcept> +#include "Name.hpp" + +using namespace std; + +namespace ndn { + +}