THsPublisherInfo Class Reference

class THsPublisherInfo

Content publisher information

Since
S60 5.2 Holds content publisher plug-in information.
S60 5.2

Constructor & Destructor Documentation

THsPublisherInfo()

THsPublisherInfo ( ) [inline]

C++ default contrutor

THsPublisherInfo(const TUid &, const TDesC &, const TDesC8 &)

THsPublisherInfo ( const TUid & aUid,
const TDesC & aName,
const TDesC8 & aNamespace
) [inline]

C++ contrutor

Parameters

const TUid & aUid
const TDesC & aName
const TDesC8 & aNamespace

Member Functions Documentation

Name()

const TDesC & Name ( ) const [inline]

Gets Name

Since
S60 5.2

Namespace()

const TDesC8 & Namespace ( ) const [inline]

Gets Namespace

Since
S60 5.2

Uid()

TUid Uid ( ) const [inline]

Gets Uid

Since
S60 5.2

operator=(const THsPublisherInfo &)

THsPublisherInfo & operator= ( const THsPublisherInfo & aInfo ) [inline]

Assigment operator

Since
S60 5.2

Parameters

const THsPublisherInfo & aInfo Publisher info to assign.

operator==(const THsPublisherInfo &)

TBool operator== ( const THsPublisherInfo & aInfo ) const [inline]

Equals operator

Since
S60 5.2

Parameters

const THsPublisherInfo & aInfo Publisher info to compare

Member Data Documentation

THsPublisherName iName

THsPublisherName iName [private]

Publisher name

THsPublisherNamespace iNamespace

THsPublisherNamespace iNamespace [private]

Publisher namespace

TUid iUid

TUid iUid [private]

Publisher implementation UID