commit | cb2d0dd7f8490f9ac5f695964572939bf228d2b0 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 03 14:10:48 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 03 14:10:48 2013 -0800 |
tree | 8b3a18bd675f4d4071b24660ff6410a7ac425737 | |
parent | 9943bdad9427cd9592bf4fa111dd1d0a80a6b32e [diff] [blame] |
use Name everywhere
diff --git a/include/ccnx-pco.h b/include/ccnx-pco.h index 829e0cc..72a7289 100644 --- a/include/ccnx-pco.h +++ b/include/ccnx-pco.h
@@ -3,6 +3,7 @@ #include "ccnx-wrapper.h" #include "ccnx-common.h" +#include "ccnx-name.h" using namespace std; @@ -21,7 +22,7 @@ Bytes content() const; - string + Name name() const; protected: