commit | c89636545e38570a46213eac67308c3f3eb5344c | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Jun 28 20:17:43 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Jun 28 20:17:43 2013 -0700 |
tree | 2cc9bcf3382896c15bef7dfe08b9c10237309e22 | |
parent | 519bcab144dfd455ddcdf164c2872696cfe4f7cf [diff] [blame] |
Added initial BinaryXMLEncoder
diff --git a/ndn-cpp/encoding/BinaryXMLEncoder.c b/ndn-cpp/encoding/BinaryXMLEncoder.c new file mode 100644 index 0000000..8aa2d0f --- /dev/null +++ b/ndn-cpp/encoding/BinaryXMLEncoder.c
@@ -0,0 +1,7 @@ +/* + * Author: Jeff Thompson + * + * BSD license, See the LICENSE file for more information. + */ + +#include "BinaryXMLEncoder.h"