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.

19 lines
236 B

  1. #include "stdafx.h"
  2. #include "wizinfo.hpp"
  3. CreateClassWizardInfo::CreateClassWizardInfo()
  4. :
  5. cn(),
  6. ldapDisplayName(),
  7. oid(),
  8. description(),
  9. parentClass(),
  10. type(),
  11. strlistMandatory(),
  12. strlistOptional()
  13. {
  14. }