diff -r 011f79704660 -r cdd802add233 ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h
--- a/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Fri Jun 11 16:23:29 2010 +0100
+++ b/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Thu Jul 22 16:30:28 2010 +0100
@@ -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()