MProEngProfileName Class Reference
	
	#include 
            
                    <mw/MProEngProfileName.h>
                
 
Detailed Description
			Profile name interface. This interface offers methods to get profile ID and to get and set the profile name.
			
		 
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 
 
 
			 
| Parameter | Description | | aName | Name 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.