MProEngProfileName Class Reference

#include <mw/MProEngProfileName.h>

Link against: N/A

class MProEngProfileName
Public Member Functions
pure virtual TInt Id()
pure virtual const TDesC &Name()
pure virtual TInt SetNameL(const TDesC &)
Protected Member Functions
virtual ~MProEngProfileName()

Detailed Description

Profile name interface. This interface offers methods to get profile ID and to get and set the profile name.

Since
3.1

Constructor & Destructor Documentation

~MProEngProfileName ( )

~MProEngProfileName()[protected, inline, virtual]

Member Function Documentation

Id ( )

TInt Id()const [pure virtual]
Returns ID of the profile.
Since
3.1

Returns: Returns ID of the profile.

Name ( )

const TDesC &Name()const [pure virtual]
Returns the name of the profile.
Since
3.1

Returns: Returns name of the profile.

SetNameL ( const TDesC & )

TInt SetNameL(const TDesC &aName)[pure virtual]
Set the name of the profile.
Since
3.1
ParameterDescription
aNameName of the profile.

Returns: KErrNone if succesful, KErrAccessDenied if name setting of this profile is read-only, KErrAlreadyExists if the name is already used by another profile.