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/include/ccnx-pco.h b/include/ccnx-pco.h index 4d22765..5b48ccf 100644 --- a/include/ccnx-pco.h +++ b/include/ccnx-pco.h
@@ -20,10 +20,10 @@ virtual ~ParsedContentObject(); Bytes - content(); + content() const; string - name(); + name() const; protected: ccn_parsed_ContentObject m_pco;