commit | 3b82d43dabba5ff45779e5570634b74d88a4c985 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 03 22:48:40 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 03 22:48:40 2013 -0800 |
tree | 8ef0c4c9545c953edcc5259997d028772d4b11b8 | |
parent | ee7e613a13332dea614de38f38d80a63c79257d8 [diff] [blame] |
test for name and ccnx-wrapper
diff --git a/include/ccnx-name.h b/include/ccnx-name.h index 59e34a5..7c5447b 100644 --- a/include/ccnx-name.h +++ b/include/ccnx-name.h
@@ -71,10 +71,10 @@ operator=(const Name &other); bool - operator==(const string &str); + operator==(const string &str) const; bool - operator!=(const string &str); + operator!=(const string &str) const; friend Name operator+(const Name &n1, const Name &n2);