commit | 053e5ac0df750cc893d8e3e3510517f8f3b4eef6 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 22 20:59:13 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 22 20:59:13 2013 -0800 |
tree | 46f621a2fdba583002dd1ff45dd5ca61301b9c7a | |
parent | 1b15cc62dfabfab52817f0ad2ac2a9b1a6a66928 [diff] [blame] |
Small checkpoint
diff --git a/ccnx/ccnx-common.h b/ccnx/ccnx-common.h index 1824025..96f60ff 100644 --- a/ccnx/ccnx-common.h +++ b/ccnx/ccnx-common.h
@@ -40,10 +40,9 @@ #include <utility> #include <string.h> -using namespace std; namespace Ccnx { -typedef vector<unsigned char> Bytes; -typedef vector<string>Comps; +typedef std::vector<unsigned char> Bytes; +typedef std::vector<std::string>Comps; typedef boost::shared_ptr<Bytes> BytesPtr;