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