--- a/ipsservices/ipssosaoplugin/inc/IpsSosAOSchedulerUtils.h Tue Feb 02 00:02:40 2010 +0200
+++ b/ipsservices/ipssosaoplugin/inc/IpsSosAOSchedulerUtils.h Fri Apr 16 14:51:52 2010 +0300
@@ -21,9 +21,9 @@
#define IPSSOSAOSCHEDULERUTILS_H_
#include <e32base.h>
+//<Qmail>
-class CIpsSetDataExtension;
-
+//</Qmail>
enum TIpsSosAOConnectionType
{
EAOCDisconnectAfter = 0,
@@ -49,7 +49,7 @@
*
* @since FSEmail 2.0
*/
-class CIpsSosAOSchedulerUtils : public CBase
+NONSHARABLE_CLASS (CIpsSosAOSchedulerUtils) : public CBase
{
public: // Constructors and destructor
@@ -57,16 +57,16 @@
* NewLC
* @return, Constructed object
*/
- static CIpsSosAOSchedulerUtils* NewLC(
- const CIpsSetDataExtension& aExtentedSettings );
-
+ //<Qmail>
+ static CIpsSosAOSchedulerUtils* NewLC();
+ //</Qmail>
/**
* NewL
* @return, Constructed object
*/
- static CIpsSosAOSchedulerUtils* NewL(
- const CIpsSetDataExtension& aExtentedSettings );
-
+ //<Qmail>
+ static CIpsSosAOSchedulerUtils* NewL();
+ //</Qmail>
/**
* Destructor
*/
@@ -92,9 +92,9 @@
/**
* Constructor
*/
- CIpsSosAOSchedulerUtils(
- const CIpsSetDataExtension& aExtentedSettings );
-
+ //<Qmail>
+ CIpsSosAOSchedulerUtils();
+ //</Qmail>
/**
* Symbian 2-phase constructor
*/
@@ -207,7 +207,9 @@
private:
// Reference to extended settings
- const CIpsSetDataExtension& iExtentedSettings;
+ //<Qmail>
+
+ //</Qmail>
};