emailservices/emailframework/src/CFSMailClient.cpp
changeset 18 578830873419
parent 0 8466d47a6819
child 20 ecc8def7944a
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2008 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".
    14 * Description:  email framework user interface
    14 * Description:  email framework user interface
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
       
    19 #include <nmcommonheaders.h>
    19 #include "emailtrace.h"
    20 #include "emailtrace.h"
    20 #include "CFSMailClient.h"
    21 #include "CFSMailClient.h"
    21 #include "CFSFWImplementation.h"
    22 #include "CFSFWImplementation.h"
    22 #include "CFSMailPluginManager.h"
    23 #include "CFSMailPluginManager.h"
    23 #include "CFSMailRequestObserver.h"
    24 #include "CFSMailRequestObserver.h"
   586 {
   587 {
   587     FUNC_LOG;
   588     FUNC_LOG;
   588 	return --iReferenceCount;
   589 	return --iReferenceCount;
   589 }
   590 }
   590 
   591 
   591 // -----------------------------------------------------------------------------
       
   592 // CFSMailClient::ReleaseExtension
       
   593 // -----------------------------------------------------------------------------
       
   594 EXPORT_C void CFSMailClient::ReleaseExtension( CEmailExtension* aExtension )
       
   595     {
       
   596     CExtendableEmail::ReleaseExtension( aExtension );
       
   597     }
       
   598 
       
   599 // -----------------------------------------------------------------------------
       
   600 // CFSMailClient::ExtensionL
       
   601 // -----------------------------------------------------------------------------
       
   602 EXPORT_C CEmailExtension* CFSMailClient::ExtensionL( const TUid& aInterfaceUid )
       
   603     {
       
   604     return CExtendableEmail::ExtensionL( aInterfaceUid );
       
   605     }
       
   606