class MSigComp |
Public Member Functions | |
---|---|
~MSigComp () | |
TInt | CompartmentCount () |
TUint32 | CreateCompartmentL ( TUint32 ) |
TBool | IsSupported () |
void | RemoveCompartment ( TUint32 ) |
void | SendFailedL ( TUint32 ) |
TInt | CompartmentCount | ( | ) | [pure virtual] |
The function returns count of compartments
TUint32 | CreateCompartmentL | ( | TUint32 | aIapId | ) | [pure virtual] |
After calling this function ConnectionMgr always uses signalling compression for requests sent with the returned compartment ID. Multiple users can share a compartment to a next hop identified by TInetAddr . The compartment ID and the TInetAddr are bound together when the first request towards the TInetAddr is sent. Multiple comparment IDs can point to the same TInetAddr .
TUint32 aIapId | the IAP used for the compartment |
TBool | IsSupported | ( | ) | const [pure virtual] |
Checks if signalling compression is installed.
void | RemoveCompartment | ( | TUint32 | aCompartmentId | ) | [pure virtual] |
Removes compartment identified by the compartment ID
TUint32 aCompartmentId | the compartment ID |
void | SendFailedL | ( | TUint32 | aCompartmentId | ) | [pure virtual] |
If the compartment has been previously used for decompressing, resets the compartment. If not, deletes the compartment.
TUint32 aCompartmentId | the compartment ID |
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.