phoneuis/easydialing/edcontactor/inc/edmsgeditors.h
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Launching Editors. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __EDMSGEDITORS_H__
       
    20 #define __EDMSGEDITORS_H__
       
    21 
       
    22 #include <e32base.h>                             
       
    23 
       
    24 /**
       
    25  * Helper class for launching message editors
       
    26  *
       
    27  *  @code
       
    28  *   ?good_class_usage_example(s)
       
    29  *  @endcode
       
    30  *
       
    31  *  @lib
       
    32  *  @since S60 v5.0
       
    33  */
       
    34 NONSHARABLE_CLASS(CEDMsgEditors) : public CBase
       
    35 	{
       
    36 public:
       
    37 
       
    38 	/**
       
    39 	 * Launch a msg editor.
       
    40 	 *
       
    41 	 * @param TUid Service uid (MTM) 
       
    42 	 * @param TDesC& Address where to send the msg
       
    43 	 * @param TDesC& Alias name for msg editor
       
    44 	 *
       
    45 	 * @return void 
       
    46 	 */
       
    47 	static void ExecuteL( const TUid aServiceUid, const TDesC& aAddress,
       
    48 			const TDesC& aName);
       
    49 
       
    50 	};
       
    51 
       
    52 #endif // __EDMSGEDITORS_H__
       
    53 // End of File