commit | dbc0671d748af4aaa741662197f9a96539f833c0 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 18:30:28 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 18:30:28 2013 -0800 |
tree | f1a0b5c073d859f1fd880a14c3ff6add1ac1b3a7 | |
parent | 68f2a952d0d7e5c073c65f0e7e8823a8de4f1abb [diff] [blame] |
Basic implementation of ObjectDb and ObjectManager. Local files can be put as a set of fully formatted ContentObjects to the ObjectDb, and extracted from this Db.
diff --git a/include/ccnx-pco.h b/include/ccnx-pco.h index 7956dad..0c52c7a 100644 --- a/include/ccnx-pco.h +++ b/include/ccnx-pco.h
@@ -22,6 +22,9 @@ Bytes content() const; + BytesPtr + contentPtr() const; + Name name() const;