#include <mw/cnode.h>
| class CFileDataDelete : public CDataNoDelete |
| Public Member Functions | |
|---|---|
| CFileDataDelete(HBufC16 *) | |
| virtual | ~CFileDataDelete() |
| virtual void | ResetDataPointer(HBufC16 *) |
| Inherited Attributes | |
|---|---|
| CDataNoDelete::iData | |
Provides a wrapper around a filename: the referenced file is deleted when the object is deleted.
| ~CFileDataDelete | ( | ) | [inline, virtual] |
Destructor.
It deletes the filename buffer and the file itself.
| void | ResetDataPointer | ( | HBufC16 * | aData | ) | [inline, virtual] |
Reimplemented from CDataNoDelete::ResetDataPointer(HBufC16 *)
Sets the filename that is wrapped.
The existing filename buffer and the file itself are deleted.
| Parameters | |
|---|---|
| aData | Buffer to wrap |