commit | bad089c43309d0d5b0f997d95ff25cfbef5bb715 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Dec 28 10:28:27 2012 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Dec 28 10:28:27 2012 -0800 |
tree | b1be2788d9378c5475110c343f139c60684184a0 | |
parent | 43eb27399ac5e543bd30f58cb38562a3d1da7cae [diff] [blame] |
pco and wrapper refine
diff --git a/src/ccnx-pco.cpp b/src/ccnx-pco.cpp index f592f53..e2db766 100644 --- a/src/ccnx-pco.cpp +++ b/src/ccnx-pco.cpp
@@ -31,7 +31,7 @@ } Bytes -ParsedContentObject::content() +ParsedContentObject::content() const { const unsigned char *content; size_t len; @@ -47,7 +47,7 @@ } string -ParsedContentObject::name() +ParsedContentObject::name() const { return CcnxWrapper::extractName((const unsigned char *)m_bytes[0], m_comps); }