openldap/contrib/ldapc++/src/LDAPUrlList.h

15 lines
268 B
C
Raw Normal View History

/*
* Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef LDAP_URL_LIST_H
#define LDAP_URL_LIST_H
#include <list>
#include "LDAPUrl.h"
typedef list<LDAPUrl*> LDAPUrlList;
#endif //LDAP_URL_LIST_H