New InterestHeader implementation (with a fake serialization for now)
diff --git a/wscript b/wscript
index f814de9..f3c3e8b 100644
--- a/wscript
+++ b/wscript
@@ -17,7 +17,7 @@
'model/ndn_contentpacket.cc',
'model/ndn_timeoutheader.cc',
'model/ndn_nonceheader.cc',
- 'model/name-builder.cc',
+ 'model/name-components.cc',
'apps/stupid-interest-generator.cc',
'apps/stupid-interest-sink.cc',
@@ -45,7 +45,8 @@
'model/ndn_contentpacket.h',
'model/ndn_timeoutheader.h',
'model/ndn_nonceheader.h',
- 'model/name-builder.h',
+ 'model/name-components.h',
+ # 'helper/ndnabstraction-helper.h',
'helper/ndn_stupidinterestgenerator_helper.h',
'apps/stupid-interest-generator.h',