]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPUrl.h
Update guide Copyright/License handling
[openldap] / contrib / ldapc++ / src / LDAPUrl.h
index c2e167fea91172e09626dd1d9a0a553d559b3544..fbbef6c23f9cf77fc0e7cc89a304079e04f573b3 100644 (file)
@@ -1,5 +1,6 @@
+// $OpenLDAP$
 /*
- * Copyright 2000-2006, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2011 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -177,10 +178,12 @@ class LDAPUrl{
         enum mode { base, attrs, scope, filter, extensions };
 };
 
+/// @cond
 struct code2string_s {
     int code;
     const char* string;
 };
+/// @endcond
 
 class LDAPUrlException {
     public :