class CFileDataDelete : public CDataNoDelete |
Provides a wrapper around a filename: the referenced file is deleted when the object is deleted.
Public Member Functions | |
---|---|
CFileDataDelete ( HBufC16 *) | |
~CFileDataDelete () | |
void | ResetDataPointer ( HBufC16 *) |
Private Member Functions | |
---|---|
void | RemoveFile () |
Inherited Attributes | |
---|---|
CDataNoDelete::iData |
CFileDataDelete | ( | HBufC16 * | aData | ) | [inline] |
Constructor.
HBufC16 * aData | Buffer to wrap |
~CFileDataDelete | ( | ) | [inline, virtual] |
Destructor.
It deletes the filename buffer and the file itself.
void | ResetDataPointer | ( | HBufC16 * | aData | ) | [inline, virtual] |
Sets the filename that is wrapped.
The existing filename buffer and the file itself are deleted.
HBufC16 * aData | Buffer to wrap |
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.