 |
AnyConnect Secure Mobility Client
5.1.2.42
|
13 #ifndef _PREFERENCEINFO_
14 #define _PREFERENCEINFO_
23 #include "PreferenceInfoBase.h"
83 if (std::addressof(existingPrefInfo) !=
this)
85 PreferenceInfoBase::operator=(existingPrefInfo);
91 #endif // _PREFERENCEINFO_
const tstring getPreferenceHeading() const
PreferenceId
Definition: api.h:284
unsigned int countPreferences() const
PreferenceInfo & operator=(const PreferenceInfo &existingPrefInfo)
Definition: PreferenceInfo.h:81
bool getPreference(const PreferenceId &preferenceId, OUT Preference *&rpPreference) const
#define tstring
Definition: api.h:35
const std::vector< Preference * > & getListPreferences() const
Definition: Preference.h:28
PreferenceInfo(const PreferenceInfo &existingPrefInfo)
Definition: PreferenceInfo.h:71
Definition: PreferenceInfoBase.h:38
Definition: PreferenceInfo.h:27