Added a constant for InvalidHandle.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 24 Jun 2002 06:12:28 +0000 (06:12 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 24 Jun 2002 06:12:28 +0000 (06:12 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@18 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/XML.cpp

index e888061..7cdbb51 100644 (file)
@@ -30,5 +30,9 @@ const XMLCh XML::SHIB_SCHEMA_ID[] = // shibboleth.xsd
 
 // Shibboleth vocabulary literals
 
+const XMLCh XML::Literals::InvalidHandle[]=
+{ chLatin_I, chLatin_n, chLatin_v, chLatin_a, chLatin_l, chLatin_i, chLatin_d,
+  chLatin_H, chLatin_a, chLatin_n, chLatin_d, chLatin_l, chLatin_e, chNull };
+
 const XMLCh XML::Literals::xmlns_shib[]=
 { chLatin_x, chLatin_m, chLatin_l, chLatin_n, chLatin_s, chColon, chLatin_s, chLatin_h, chLatin_i, chLatin_b, chNull };