00001 00009 #ifndef CLDAPCONNECTIONINFO_H_ 00010 #define CLDAPCONNECTIONINFO_H_ 00011 00012 //#include "stdafx.h" 00013 #include "PKIFdll.h" 00014 00015 00016 #ifdef _WIN32 00017 #else 00018 #include "ldap.h" 00019 #endif 00020 00021 #include <string> 00022 #include "LDAP_URL_Header.h" 00023 //#include "ToolkitUtils.h" 00024 00030 class CLDAPConnectionInfo 00031 { 00032 public: 00033 CLDAPConnectionInfo(); 00034 std::string m_host; 00035 int m_port; 00036 LDAP* m_connection; 00037 }; 00038 00039 #endif //CLDAPCONNECTIONINFO_H_