#include "stdafx.h"
#include "wizinfo.hpp"



CreateClassWizardInfo::CreateClassWizardInfo()
   :
   cn(),
   ldapDisplayName(),
   oid(),
   description(),
   parentClass(),
   type(),
   strlistMandatory(),
   strlistOptional()
{
}


