diff -r 780f926bc26c -r f83bd4ae1fe3 ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h --- a/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Fri Jun 11 16:42:02 2010 +0300 +++ b/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Thu Jun 24 14:32:18 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()