|
||
class CCHFProxySessionObject : public CBase;
Used to store a resource object that can be shared by many users.
CBase
-
Base class for all classes to be instantiated on the heap.
CCHFProxySessionObject
- Used to store a resource object that can be shared by many users.
Defined in CCHFProxySessionObject
:
CCHFProxySessionObject(TUid)
Protected constructor.CCHFProxySessionObject_Reserved_1()
CCHFProxySessionObject_Reserved_2()
CCHFProxySessionObject_Reserved_3()
CCHFProxySessionObject_Reserved_4()
Handle()const
Establishs a handle on the objectIdentifier()const
Get the identifierRelease(CCHFDiscoveryService &)
Releases the object.iIdentifier
The identifier associated with the object. ~CCHFProxySessionObject()
DestructorInherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...protected: IMPORT_C CCHFProxySessionObject(TUid aIdentifier);
Protected constructor.
|
IMPORT_C TUid Identifier() const;
Get the identifier
|
IMPORT_C void Release(CCHFDiscoveryService &aDiscoveryService);
Releases the object.
|
protected: TUid iIdentifier;
The identifier associated with the object.