Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
918 B

  1. //
  2. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  3. //
  4. // ***************************************************************************
  5. //
  6. // Original Author: Rajesh Rao
  7. //
  8. // $Author: rajeshr $
  9. // $Date: 6/11/98 4:43p $
  10. // $Workfile:ldapproi.cpp $
  11. //
  12. // $Modtime: 6/11/98 11:21a $
  13. // $Revision: 1 $
  14. // $Nokeywords: $
  15. //
  16. //
  17. // Description: Contains the declaration for the CLDAPClassProviderInitializer class. This class
  18. // is used to initialize the static members of the CLDAPCLassProvider class
  19. //
  20. //***************************************************************************
  21. /////////////////////////////////////////////////////////////////////////
  22. #ifndef DS_LDAP_CLASS_PROVIDER_INIT_H
  23. #define DS_LDAP_CLASS_PROVIDER_INIT_H
  24. class CLDAPClassProviderInitializer
  25. {
  26. public:
  27. CLDAPClassProviderInitializer();
  28. ~CLDAPClassProviderInitializer();
  29. };
  30. #endif /* DS_LDAP_CLASS_PROVIDER_INIT_H */