ipsservices/ipssosaoplugin/inc/IpsSosAOSmtpSendWatcher.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 0 8466d47a6819
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    28 
    28 
    29 /**
    29 /**
    30 * CIpsSosAOSmtpSendWatcher
    30 * CIpsSosAOSmtpSendWatcher
    31 *
    31 *
    32 */
    32 */
    33 class CIpsSosAOSmtpSendWatcher : 
    33 //<Qmail>
       
    34 NONSHARABLE_CLASS (CIpsSosAOSmtpSendWatcher) : 
       
    35 //</Qmail>
    34     public CActive
    36     public CActive
    35     {
    37     {
    36     public:
    38     public:
    37     
    39     
    38         /**
    40         /**
    92 		* @return KErrNone, when error has been handled
    94 		* @return KErrNone, when error has been handled
    93 		*/
    95 		*/
    94 		virtual TInt RunError( TInt aError );
    96 		virtual TInt RunError( TInt aError );
    95 
    97 
    96 	protected: // Data
    98 	protected: // Data
    97 	
    99 		//<Qmail>
    98 	    CIpsSosAOSmtpAgent* iAgent;
   100 	    CIpsSosAOSmtpAgent* iAgent;//owned
    99         
   101         //</Qmail>
   100         RProperty iProperty;
   102         RProperty iProperty;
   101     };
   103     };
   102     
   104     
   103 #endif /* __CIPSSOSAOSMTPSENDWATCHER_H__ */ 
   105 #endif /* __CIPSSOSAOSMTPSENDWATCHER_H__ */ 
   104 
   106