]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/src/LDAPControl.cpp
Initial check of the LDAP C++ SDK written by Ralf Haferkamp <rhafer@suse.de>
[openldap] / contrib / ldapc++ / src / LDAPControl.cpp
1 /*
2  * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
3  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4  */
5
6 // $Id: LDAPControl.cpp,v 1.3 2000/08/31 17:43:48 rhafer Exp $
7
8 #include "LDAPControl.h"
9
10 LDAPCtrl::LDAPCtrl(char *oid, bool critical, char *value=0, int length=0){
11
12 }
13