Void CMYUI :: ConstructL () {
Baseconstructl ();
RFS FIference = Document () -> Process () -> fssession ();
CDICTIONARYSTORE * STORE = Application () -> OpenInifilelc (FileESession);
IF (Store-> IsPresentl (KKEY1UID)) {
RDictionaryReadstream in;
In.openlc (* Store, KKey1UID);
In >> * iMyconfig;
Cleanupstack: OpandDestroy ();
} else {
iMyconfig-> setDefault ();
RDictionarywritestream out;
Out.assignlc (* Store, KKey1UID);
Out << * iMyconfig;
Out.commitl ();
Cleanupstack: OpandDestroy ();
Store-> CommitL ();
}
Cleanupstack: OpandDestroy ();
// ...
}