Revert "puzzle"

This reverts commit b7aba368f9afa5bc1a93ab342c748f730aa64cf8.
diff --git a/include/ccnx-pco.h b/include/ccnx-pco.h
index 8711a3e..72a7289 100644
--- a/include/ccnx-pco.h
+++ b/include/ccnx-pco.h
@@ -26,8 +26,9 @@
   name() const;
 
 protected:
-  Name m_name;
-  Bytes m_content;
+  ccn_parsed_ContentObject m_pco;
+  ccn_indexbuf *m_comps;
+  Bytes m_bytes;
 };
 
 typedef boost::shared_ptr<ParsedContentObject> PcoPtr;