ldapsdk
0.0.1
Main Page
Classes
Files
File List
File Members
src
LDAPSearchReference.h
Go to the documentation of this file.
1
// $OpenLDAP$
2
/*
3
* Copyright 2000-2011 The OpenLDAP Foundation, All Rights Reserved.
4
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
5
*/
6
7
8
#ifndef LDAP_SEARCH_REFERENCE_H
9
#define LDAP_SEARCH_REFERENCE_H
10
11
#include <
LDAPMessage.h
>
12
#include <
LDAPUrlList.h
>
13
14
class
LDAPRequest
;
15
class
LDAPUrl
;
16
21
class
LDAPSearchReference
:
public
LDAPMsg
{
22
23
public
:
27
LDAPSearchReference
(
const
LDAPRequest
* req, LDAPMessage* msg);
28
32
~LDAPSearchReference
();
33
37
const
LDAPUrlList
&
getUrls
()
const
;
38
39
private
:
40
LDAPUrlList
m_urlList;
41
LDAPSearchReference
();
42
};
43
44
45
46
#endif //LDAP_SEARCH_REFERENCE_H
Generated by
1.8.1