class RMsvWriteStream : public RWriteStream |
Accesses the streams in a message store with write access, or creates new streams. Before it is used, a CMsvStore must have been opened on the message store with write access.
This class is intended for use by MTM implementations to store MTM-specific information. Message client applications access the store through the higher-level functions provided by Client-side and User Interface MTMs.
Most of its functionality is provided by the base class RWriteStream.
Public Member Functions | |
---|---|
IMPORT_C void | AssignL(CMsvStore &, TUid) |
IMPORT_C void | AssignLC(CMsvStore &, TUid) |
void | AssignLC(CMsvCachedStore &, TUid) |
IMPORT_C void | AssignL | ( | CMsvStore & | aMsvStore, |
TUid | aUid | |||
) |
Prepares a stream for writing.
After this function has been called, the stream can be written to with the functions provided by the RWriteStream base class.
If the stream does not exist, it is created.
IMPORT_C void | AssignLC | ( | CMsvStore & | aMsvStore, |
TUid | aUid | |||
) |
Prepares a stream for writing; the object is placed on the cleanup stack.
After this function has been called, the stream can be written to with the functions provided by the RWriteStream base class.
If the stream does not exist, it is created.
void | AssignLC | ( | CMsvCachedStore & | aStore, |
TUid | aUid | |||
) |
CMsvCachedStore & aStore | |
TUid aUid |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.