emailservices/emailclientapi/inc/emailinterfacefactoryimpl.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 4 e7aa27f58ae1
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".
    38     
    38     
    39     // destructor
    39     // destructor
    40     ~CEmailInterfaceFactoryImpl();
    40     ~CEmailInterfaceFactoryImpl();
    41     
    41     
    42     /** @see CEmailInterfaceFactory::InterfaceL */
    42     /** @see CEmailInterfaceFactory::InterfaceL */
    43     virtual MEmailInterface* InterfaceL(  const TInt aInterfaceId );
    43     MEmailInterface* InterfaceL( const TInt aInterfaceId );
    44     
    44     
    45 private:
    45 private:
    46     enum TEmailUidAppendRemoveMode
    46     enum TEmailUidAppendRemoveMode
    47         {
    47         {
    48         EEmailUidModeAppend,
    48         EEmailUidModeAppend,
    64     void ConstructL();
    64     void ConstructL();
    65 };
    65 };
    66 
    66 
    67 #endif // EMAILINTERFACEFACTORY_H
    67 #endif // EMAILINTERFACEFACTORY_H
    68 
    68 
    69 // End of file.
    69 // End of file