commit | 08a98a4e0439e279e8ea2c4845c93fe0bfaaba77 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Tue Aug 02 16:06:51 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Tue Aug 02 16:06:51 2011 -0700 |
tree | 18968d09f07038b638366a3ce30122b1b27181f3 | |
parent | f72210be9af206244cadc3a5298af81968c08efa [diff] [blame] |
InterestPacket, ContentPacket, Face classes added
diff --git a/model/ndn_contentpacket.cc b/model/ndn_contentpacket.cc new file mode 100644 index 0000000..6d64497 --- /dev/null +++ b/model/ndn_contentpacket.cc
@@ -0,0 +1,8 @@ +// +// ndn_contentpacket.cpp +// Abstraction +// +// Copyright 2011 UCLA. All rights reserved. +// + +#include "ndn_contentpacket.h"