class RSdpSubSession : public RSubSessionBase |
Base class used in the derivation of RSdpDatabase.
The class contains basic subssession functionality. It has no user accessible functions.
Public Member Functions | |
---|---|
IMPORT_C void | Close() |
IMPORT_C TInt | Open(RSdp &) |
Private Attributes | |
---|---|
TUint32 | iPadding1 |
TUint32 | iPadding2 |
IMPORT_C TInt | Open | ( | RSdp & | aSession | ) | [pure virtual] |
Opens subsession on an RSdp session
RSdp & aSession | The session on which the subsession is being opened. |