Public Member Functions | |
~CLocaleSettings () | |
void | DisplayLocaleSettings () |
Static Public Member Functions | |
static CLocaleSettings * | NewL (TDesC16 &aLocaleDLLName, CConsoleBase *aConsole) |
This class stores the locale settings of a locale DLL. It also defines functions to display these settings.
Definition at line 37 of file localeupdate.h.
CLocaleSettings::~CLocaleSettings | ( | ) |
Destructor.
Definition at line 236 of file localeupdate.cpp.
CLocaleSettings * CLocaleSettings::NewL | ( | TDesC16 & | aLocaleDLLName, | |
CConsoleBase * | aConsole | |||
) | [static] |
Creates an object of the CLocaleSettings class and returns a pointer to it.
aLocaleDLLName | The descriptor containing the name of the locale DLL. | |
aConsole | The console interface. |
Definition at line 38 of file localeupdate.cpp.
void CLocaleSettings::DisplayLocaleSettings | ( | ) |
Prints all locale settings of the locale DLL.
Definition at line 108 of file localeupdate.cpp.