28 lines
421 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef WIZINFO_HPP_INCLUDED
#define WIZINFO_HPP_INCLUDED
class CreateClassWizardInfo
{
public:
CreateClassWizardInfo();
// use default dtor
CString cn;
CString ldapDisplayName;
CString oid;
CString description;
CString parentClass;
int type;
CStringList strlistMandatory;
CStringList strlistOptional;
};
#endif // WIZINFO_HPP_INCLUDED