emailservices/emailclientapi/inc/emailclientpluginmanager.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 10 f5907b1a1053
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    16 */
    16 */
    17 
    17 
    18 #ifndef MEMAILPLUGINMANAGER_H_
    18 #ifndef MEMAILPLUGINMANAGER_H_
    19 #define MEMAILPLUGINMANAGER_H_
    19 #define MEMAILPLUGINMANAGER_H_
    20 
    20 
    21 #include "cfsmailcommon.h"
    21 #include "CFSMailCommon.h"
    22 
    22 
    23 class MEmailClientPluginManager
    23 class MEmailClientPluginManager
    24     {
    24     {
    25 public:
    25 public:
    26     virtual CFSMailPlugin* GetPluginByUid(TUid aUid) = 0; 
    26     virtual CFSMailPlugin* GetPluginByUid(TUid aUid) = 0; 
    27     };
    27     };
    28 
    28 
    29 #endif /* MEMAILPLUGINMANAGER_H_ */
    29 #endif // MEMAILPLUGINMANAGER_H_
       
    30 
       
    31 // End of file
       
    32