mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
14 lines
288 B
C++
14 lines
288 B
C++
|
|
/*
|
||
|
|
* Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
|
||
|
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||
|
|
*/
|
||
|
|
|
||
|
|
// $Id: LDAPControl.cpp,v 1.3 2000/08/31 17:43:48 rhafer Exp $
|
||
|
|
|
||
|
|
#include "LDAPControl.h"
|
||
|
|
|
||
|
|
LDAPCtrl::LDAPCtrl(char *oid, bool critical, char *value=0, int length=0){
|
||
|
|
|
||
|
|
}
|
||
|
|
|