]> git.sur5r.net Git - openldap/commitdiff
added $OpenLDAP$ CVS Keyword
authorRalf Haferkamp <ralf@openldap.org>
Fri, 28 Mar 2008 11:27:24 +0000 (11:27 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Fri, 28 Mar 2008 11:27:24 +0000 (11:27 +0000)
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

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>