#include <LDAPAddRequest.h>
Inheritance diagram for LDAPAddRequest:
Public Member Functions | |
LDAPAddRequest (const LDAPAddRequest &req) | |
LDAPAddRequest (const LDAPEntry *entry, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false, const LDAPRequest *parent=0) | |
virtual | ~LDAPAddRequest () |
virtual LDAPMessageQueue * | sendRequest () |
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server. | |
virtual LDAPRequest * | followReferral (LDAPMsg *refs) |
Private Attributes | |
LDAPEntry * | m_entry |
|
|
|
|
|
|
|
Implements LDAPRequest. |
|
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server.
Implements LDAPRequest. |
|
|