]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPExtResult.cpp
Merge remote branch 'origin/mdb.master'
[openldap] / contrib / ldapc++ / src / LDAPExtResult.cpp
index ef5361c574fd412a30772654c6f9c0c69dfbe66f..3d014eb71eb1d70a05f9e2901e530ca21e11714b 100644 (file)
@@ -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);