20 lines
236 B
C++
20 lines
236 B
C++
#include "stdafx.h"
|
|
#include "wizinfo.hpp"
|
|
|
|
|
|
|
|
CreateClassWizardInfo::CreateClassWizardInfo()
|
|
:
|
|
cn(),
|
|
ldapDisplayName(),
|
|
oid(),
|
|
description(),
|
|
parentClass(),
|
|
type(),
|
|
strlistMandatory(),
|
|
strlistOptional()
|
|
{
|
|
}
|
|
|
|
|