2025-04-27 07:49:33 -04:00

20 lines
255 B
C++

#include "stdafx.h"
#include "wizinfo.hpp"
CreateClassWizardInfo::CreateClassWizardInfo()
:
cn(),
ldapDisplayName(),
oid(),
description(),
parentClass(),
type(),
strlistMandatory(),
strlistOptional()
{
}