#include <LDAPUrl.h>
#include <LDAPException.h>
+#include <cstdlib>
#include <iostream>
int main(int argc, char *argv[]) {
/*
- * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2007, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include <ldap.h>
-//#include <ctype.h>
+#include <cstdlib>
#include "debug.h"
#include "StringList.h"
/*
- * Copyright 2000-2002, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2007, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "LDAPAsynConnection.h"
#include "LDAPMessage.h"
+#include <cstdlib>
+
using namespace std;
// little helper function for doing case insensitve string comparison
/*
- * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2007, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "LDAPBindRequest.h"
#include "LDAPException.h"
+#include <cstdlib>
+
using namespace std;
LDAPBindRequest::LDAPBindRequest(const LDAPBindRequest& req) :
/*
- * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2007, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "LDAPException.h"
#include "LDAPResult.h"
+#include <cstdlib>
+
using namespace std;
LDAPExtRequest::LDAPExtRequest(const LDAPExtRequest& req) :
/*
- * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2007, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "LDAPModList.h"
#include "debug.h"
+#include <cstdlib>
+
using namespace std;
LDAPModList::LDAPModList(){
/*
- * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2007, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "LDAPRequest.h"
#include "LDAPException.h"
+#include <cstdlib>
+
using namespace std;
LDAPResult::LDAPResult(const LDAPRequest *req, LDAPMessage *msg) :
/*
- * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2007, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "StringList.h"
#include "debug.h"
+#include <cstdlib>
+
using namespace std;
StringList::StringList(){