imstutils/imconversationview/imcmslauncherplugin/inc/imcmslauncherplugin.h
changeset 15 81eeb8c83ce5
parent 0 5e5d6b214f4f
equal deleted inserted replaced
0:5e5d6b214f4f 15:81eeb8c83ce5
     1 /*
       
     2 * Copyright (c) 2008 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:  This plugin is loaded by the Communication Launcher
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CIMCMSLAUNCHERPLUGIN_H
       
    20 #define CIMCMSLAUNCHERPLUGIN_H
       
    21 
       
    22 #include <e32std.h>
       
    23 #include <cmscontactorimpluginbase.h>
       
    24 
       
    25 
       
    26 /**
       
    27  * CImCmsLauncherPlugin
       
    28  *
       
    29  * Implementation of Communication Launcher Plugin
       
    30  *
       
    31  * @lib imcmslauncherplugin
       
    32  * @since s60 v5.0
       
    33  */
       
    34 class CImCmsLauncherPlugin: public CCmsContactorImPluginBase
       
    35     {
       
    36 public:
       
    37 	
       
    38 		/**
       
    39          * Two-phased constructor.         
       
    40          * @return Instance of this class
       
    41          */         
       
    42 		 static CImCmsLauncherPlugin* NewL();
       
    43 		 
       
    44 
       
    45 		/**
       
    46 		 * C++ default destructor.
       
    47 		 */
       
    48 		 virtual ~CImCmsLauncherPlugin();
       
    49 
       
    50 private:
       
    51 	
       
    52 		/**
       
    53 		 * C++ default constructor.
       
    54 		 */
       
    55     	 CImCmsLauncherPlugin();    
       
    56     
       
    57 
       
    58 public:
       
    59 
       
    60 		// from base class MCmsContactorImPluginApi
       
    61 
       
    62 	    /**
       
    63 	     * Defined in a base class
       
    64 	     */
       
    65 	      
       
    66 	    void ExecuteL( const TDesC& aXspId );
       
    67 	    
       
    68     };
       
    69 
       
    70 #endif // CIMCMSLAUNCHERPLUGIN_H