diff -r bf7eb7911fc5 -r 997a02608b3a ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h --- a/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Wed Jun 23 18:00:21 2010 +0300 +++ b/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Tue Jul 06 14:04:34 2010 +0300 @@ -91,6 +91,17 @@ * Returns operation type */ TIpsOpType IpsOpType() const; + + // moved from private to public and changed to static + /** + * + * @param aInfo is filled correctly in this function + * @param aImap4Settings info is filled partly based on settings + */ + static void ConstructImapPartialFetchInfo( + TImImap4GetPartialMailInfo& aInfo, + const CImImap4Settings& aImap4Settings ); + // // HandleImapConnectionEvent() not used any more @@ -156,15 +167,7 @@ */ void SignalSyncCompleted( TInt aError ); - // - /** - * - * @param aInfo is filled corretcly in this function - * @param aImap4Settings info is filled partly based on settings - */ - void ConstructImapPartialFetchInfo( - TImImap4GetPartialMailInfo& aInfo, - const CImImap4Settings& aImap4Settings ); + // moved to public /** * GetImapSettingsLC()