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);