CTxData Class Reference
class CTxData : public CBase |
An abstract base class for the encoding of request data to be transmitted by a protocol handler.
Constructor & Destructor Documentation
CTxData()
IMPORT_C | CTxData | ( | ) | [protected] |
Intended Usage: Default constructor - creates a Tx data object not associated with any protocol transaction.
CTxData(CProtTransaction &)
Intended Usage: Normal constructor, of a CTxData that corresponds to the supplied protocol transaction.
Parameters
CProtTransaction & aProtTransaction | (in) The transaction for which this object represents the transmitted data. |
~CTxData()
IMPORT_C | ~CTxData | ( | ) | [virtual] |
Intended Usage: Destructor - cleans up and releases resources to the system
Member Functions Documentation
ConstructL()
IMPORT_C void | ConstructL | ( | ) | [protected] |
Intended Usage: Second phase construction, default
ProtTrans()
Intended Usage: Obtain the protocol transaction whose request part is represented as encoded data by this object.
Reserved1()
void | Reserved1 | ( | ) | [private, inline, virtual] |
Intended Usage: Reserve a slot in the v-table to preserve future BC
Reserved2()
void | Reserved2 | ( | ) | [private, inline, virtual] |
Intended Usage: Reserve a slot in the v-table to preserve future BC
Member Data Documentation
CProtTransaction * iProtTrans
The HTTP transaction from whose request this OTA transmission data is built. Note that the transaction is not owned by this object.
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.