From e4c84417f7d68ac306167b2dd4770526ae2415ea Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Fri, 28 Mar 2008 11:27:24 +0000 Subject: [PATCH] added $OpenLDAP$ CVS Keyword --- contrib/ldapc++/Makefile.am | 2 ++ contrib/ldapc++/Makefile.in | 2 ++ contrib/ldapc++/configure.in | 5 +++-- contrib/ldapc++/doxygen.rc | 2 ++ contrib/ldapc++/examples/Makefile.am | 2 ++ contrib/ldapc++/examples/Makefile.in | 2 ++ contrib/ldapc++/examples/main.cpp | 4 ++-- contrib/ldapc++/examples/readSchema.cpp | 7 ++++++- contrib/ldapc++/examples/urlTest.cpp | 6 ++++++ 9 files changed, 27 insertions(+), 5 deletions(-) diff --git a/contrib/ldapc++/Makefile.am b/contrib/ldapc++/Makefile.am index 85c1b008fd..7a1bc26eed 100644 --- a/contrib/ldapc++/Makefile.am +++ b/contrib/ldapc++/Makefile.am @@ -1,3 +1,5 @@ +# $OpenLDAP$ + ## # Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT file diff --git a/contrib/ldapc++/Makefile.in b/contrib/ldapc++/Makefile.in index 4c32969b10..e315247874 100644 --- a/contrib/ldapc++/Makefile.in +++ b/contrib/ldapc++/Makefile.in @@ -14,6 +14,8 @@ @SET_MAKE@ +# $OpenLDAP$ + # Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT file VPATH = @srcdir@ diff --git a/contrib/ldapc++/configure.in b/contrib/ldapc++/configure.in index e263b198f4..566dd7d0b6 100644 --- a/contrib/ldapc++/configure.in +++ b/contrib/ldapc++/configure.in @@ -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 diff --git a/contrib/ldapc++/doxygen.rc b/contrib/ldapc++/doxygen.rc index 968c021dc1..e9133a04a6 100644 --- a/contrib/ldapc++/doxygen.rc +++ b/contrib/ldapc++/doxygen.rc @@ -1,3 +1,5 @@ +# $OpenLDAP$ + # Doxyfile 1.5.4 # This file describes the settings to be used by the documentation system diff --git a/contrib/ldapc++/examples/Makefile.am b/contrib/ldapc++/examples/Makefile.am index a188333bc1..14a04e5919 100644 --- a/contrib/ldapc++/examples/Makefile.am +++ b/contrib/ldapc++/examples/Makefile.am @@ -1,3 +1,5 @@ +# $OpenLDAP$ + ## # Copyright 2003, OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT file diff --git a/contrib/ldapc++/examples/Makefile.in b/contrib/ldapc++/examples/Makefile.in index ec94cceaea..fa315c0388 100644 --- a/contrib/ldapc++/examples/Makefile.in +++ b/contrib/ldapc++/examples/Makefile.in @@ -14,6 +14,8 @@ @SET_MAKE@ +# $OpenLDAP$ + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ diff --git a/contrib/ldapc++/examples/main.cpp b/contrib/ldapc++/examples/main.cpp index bf5b8f3f10..7290a6ee93 100644 --- a/contrib/ldapc++/examples/main.cpp +++ b/contrib/ldapc++/examples/main.cpp @@ -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; } diff --git a/contrib/ldapc++/examples/readSchema.cpp b/contrib/ldapc++/examples/readSchema.cpp index ded9b674ad..b6645c7c46 100644 --- a/contrib/ldapc++/examples/readSchema.cpp +++ b/contrib/ldapc++/examples/readSchema.cpp @@ -1,3 +1,9 @@ +// $OpenLDAP$ +/* + * Copyright 2008, OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ + #include #include #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" diff --git a/contrib/ldapc++/examples/urlTest.cpp b/contrib/ldapc++/examples/urlTest.cpp index b0157cb907..e5f3af18e3 100644 --- a/contrib/ldapc++/examples/urlTest.cpp +++ b/contrib/ldapc++/examples/urlTest.cpp @@ -1,3 +1,9 @@ +// $OpenLDAP$ +/* + * Copyright 2008, OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ + #include #include #include -- 2.39.2