X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPExtResult.cpp;h=3d014eb71eb1d70a05f9e2901e530ca21e11714b;hb=cb24efd2879f0f025114df8c9212d48bd0c32517;hp=ef5361c574fd412a30772654c6f9c0c69dfbe66f;hpb=1ab5360fee85bbe0f9735813e89852ed6a832439;p=openldap diff --git a/contrib/ldapc++/src/LDAPExtResult.cpp b/contrib/ldapc++/src/LDAPExtResult.cpp index ef5361c574..3d014eb71e 100644 --- a/contrib/ldapc++/src/LDAPExtResult.cpp +++ b/contrib/ldapc++/src/LDAPExtResult.cpp @@ -1,5 +1,6 @@ +// $OpenLDAP$ /* - * Copyright 2000, OpenLDAP Foundation, All Rights Reserved. + * Copyright 2000-2011 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -11,6 +12,8 @@ #include "LDAPResult.h" #include "LDAPExtResult.h" +using namespace std; + LDAPExtResult::LDAPExtResult(const LDAPRequest* req, LDAPMessage* msg) : LDAPResult(req, msg){ DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPExtResult::LDAPExtResult()" << endl);