]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/src/LDAPUrlList.h
Initial check of the LDAP C++ SDK written by Ralf Haferkamp <rhafer@suse.de>
[openldap] / contrib / ldapc++ / src / LDAPUrlList.h
1 /*
2  * Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
3  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4  */
5
6 #ifndef LDAP_URL_LIST_H
7 #define LDAP_URL_LIST_H
8
9 #include <list>
10 #include "LDAPUrl.h"
11
12 typedef list<LDAPUrl*> LDAPUrlList;
13
14 #endif //LDAP_URL_LIST_H