better propagation of bad name token errors
[mech_eap.orig] / util_json.h
index 28a866a..f987d34 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 /*
- * JSON object wrapper with toll-free DDF bridging.
+ * JSON object wrapper with not-entirely-toll-free DDF bridging.
  */
 
 #ifndef _UTIL_JSON_H_
@@ -46,7 +46,7 @@
 
 using namespace shibsp;
 
-namespace gss_eap {
+namespace gss_eap_util {
     class JSONObject;
 
     class JSONIterator {