diff -r d189ee25cf9d -r 3533d4323edc emailservices/emailframework/inc/CFSMailClient.h --- a/emailservices/emailframework/inc/CFSMailClient.h Tue Aug 31 15:04:17 2010 +0300 +++ b/emailservices/emailframework/inc/CFSMailClient.h Wed Sep 01 12:28:57 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -22,13 +22,12 @@ #include #include -#include "CFSMailClient.hrh" +#include "cfsmailclient.hrh" #include "cemailextensionbase.h" -// -#include "MFSMailBrandManager.h" -#include "CFSMailPlugin.h" -// +#include "mfsmailbrandmanager.h" +#include "cfsmailplugin.h" + class CFSFWImplementation; class CFSMailPluginManager; @@ -390,17 +389,7 @@ * @param aMailboxName new name for the mailbox */ IMPORT_C void SetMailboxName( const TFSMailMsgId aMailboxId, const TDesC& aMailboxName ); - - -// - /** - * increments reference count to framework singleton - * visibility change to public by Qmail - */ - IMPORT_C TInt IncReferenceCount(); -// - /** * Prepares and sets the MR description by converting HTML body to Plain text * @@ -409,15 +398,6 @@ */ IMPORT_C virtual void PrepareMrDescriptionL( const TFSMailMsgId& aMailBoxId, const TFSMailMsgId& aMessageId ); -// - /** - * Gets the signature for the given mailbox. - * - * @param aMailBoxId mailbox id - */ - IMPORT_C HBufC* GetSignatureL( const TFSMailMsgId& aMailBoxId ); -// - public: // from CExtendableEmail /** @@ -459,6 +439,11 @@ static CFSMailClient* Instance(); /** + * increments reference count to framework singleton + */ + TInt IncReferenceCount(); + + /** * decrements reference count to framework singleton */ TInt DecReferenceCount();