]> git.sur5r.net Git - openldap/commitdiff
added $OpenLDAP$ CVS Keyword
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 15 Apr 2008 01:14:49 +0000 (01:14 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 15 Apr 2008 01:14:49 +0000 (01:14 +0000)
13 files changed:
contrib/ldapc++/Makefile.am
contrib/ldapc++/Makefile.in
contrib/ldapc++/configure.in
contrib/ldapc++/doxygen.rc
contrib/ldapc++/examples/Makefile.am
contrib/ldapc++/examples/Makefile.in
contrib/ldapc++/examples/main.cpp
contrib/ldapc++/examples/readSchema.cpp
contrib/ldapc++/examples/urlTest.cpp
contrib/ldapc++/src/LDAPEntry.h
contrib/ldapc++/src/LDAPModList.cpp
contrib/ldapc++/src/LDAPModList.h
contrib/ldapc++/src/LDAPSearchResults.h

index 85c1b008fd921e6efd80ff6e4a4dd19cdead51ea..7a1bc26eed769e10707fc1279abca3fa7daacfd5 100644 (file)
@@ -1,3 +1,5 @@
+# $OpenLDAP$
+
 ##
 # Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
index 4c32969b1035d0ee2b0963b4f7741cfab1e13850..e31524787466a63e71c79027ef1094983c67c88d 100644 (file)
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+# $OpenLDAP$
+
 # Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 VPATH = @srcdir@
index e263b198f40761ee6492de3300813cb89c12fb9c..566dd7d0b693f8430c3d3273cf9bb834bcc24343 100644 (file)
@@ -1,7 +1,8 @@
+dnl $OpenLDAP$
+
 dnl Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
 dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
-  
-  
+
 dnl Process this file with autoconf to produce a configure script.
 
 dnl disable config.cache
index 968c021dc143d8bfb787d89ca91f45ba6b786bfc..e9133a04a6c9e7ee27256a02c4d26a2106899396 100644 (file)
@@ -1,3 +1,5 @@
+# $OpenLDAP$
+
 # Doxyfile 1.5.4
 
 # This file describes the settings to be used by the documentation system
index a188333bc1ac7af556cac00f9e42fa81c58a6505..14a04e5919a2232e0c68f5159aeeaf7c73cbe74d 100644 (file)
@@ -1,3 +1,5 @@
+# $OpenLDAP$
+
 ##
 # Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
index ec94cceaea3f065bf68152081a7610a5f5455158..fa315c0388d0ad1328a39b32035d31eec87527e6 100644 (file)
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+# $OpenLDAP$
+
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
index bf5b8f3f101d9518a5e2bece9d58e8a63ed0099b..7290a6ee933cf91846814383730d7ff2b5ba6e8a 100644 (file)
@@ -1,3 +1,4 @@
+// $OpenLDAP$
 /*
  * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -14,7 +15,6 @@
 #include "LDAPEntry.h"
 #include "LDAPException.h"
 #include "LDAPModification.h"
-#include "LDAPReferralException.h"
 
 #include "debug.h"
 
@@ -69,7 +69,7 @@ int main(){
         
         lc->unbind();
         delete lc;
-   }catch (LDAPException e){
+   }catch (LDAPException &e){
         std::cout << "-------------- caught Exception ---------"<< std::endl;
         std::cout << e << std::endl;
     }
index ded9b674adcb062d89728acabef1e46613bcf955..b6645c7c46ba9b73c4f174cb10ae38c00deabd44 100644 (file)
@@ -1,3 +1,9 @@
+// $OpenLDAP$
+/*
+ * Copyright 2008, OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+
 #include <iostream>
 #include <sstream>
 #include "LDAPConnection.h"
@@ -9,7 +15,6 @@
 #include "LDAPEntry.h"
 #include "LDAPException.h"
 #include "LDAPModification.h"
-#include "LDAPReferralException.h"
 #include "LDAPSchema.h"
 
 #include "debug.h"
index b0157cb907fa6a91780614c4d13e2004bd585372..e5f3af18e318ede3cddd721b46fc2213a9038c5f 100644 (file)
@@ -1,3 +1,9 @@
+// $OpenLDAP$
+/*
+ * Copyright 2008, OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+
 #include <LDAPUrl.h>
 #include <LDAPException.h>
 #include <cstdlib>
index 574e44695fbaa6ee931451c49420a2c3123413bd..e62fb3a6eff52cdffa554b977d0d590b9e31ff18 100644 (file)
@@ -1,3 +1,4 @@
+// $OpenLDAP$
 /*
  * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
index c3cdcee62b94b7cec6f222a5a3208551e6c5355e..6042e0359b4d098a97714b737db7eeee9ff1063c 100644 (file)
@@ -1,3 +1,4 @@
+// $OpenLDAP$
 /*
  * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
index f62e814e090ca133c6258c2bb833dc1128b59fcf..ea3d506cb6fac282614db999f5e84bff8b926cab 100644 (file)
@@ -1,3 +1,4 @@
+// $OpenLDAP$
 /*
  * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
index 7adc67f44981c82e57ffd78e740b76bf50a2b584..05f27f020916a197a73440e67196ff47cfe9946e 100644 (file)
@@ -1,3 +1,4 @@
+// $OpenLDAP$
 /*
  * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file