ipsservices/ipssosaoplugin/inc/IpsSosAOSmtpSendWatcher.h
changeset 23 2dc6caa42ec3
parent 18 578830873419
--- a/ipsservices/ipssosaoplugin/inc/IpsSosAOSmtpSendWatcher.h	Mon May 03 12:23:15 2010 +0300
+++ b/ipsservices/ipssosaoplugin/inc/IpsSosAOSmtpSendWatcher.h	Fri May 14 15:41:10 2010 +0300
@@ -30,7 +30,9 @@
 * CIpsSosAOSmtpSendWatcher
 *
 */
+//<Qmail>
 NONSHARABLE_CLASS (CIpsSosAOSmtpSendWatcher) : 
+//</Qmail>
     public CActive
     {
     public:
@@ -94,9 +96,9 @@
 		virtual TInt RunError( TInt aError );
 
 	protected: // Data
-	
-	    CIpsSosAOSmtpAgent* iAgent;
-        
+		//<Qmail>
+	    CIpsSosAOSmtpAgent* iAgent;//owned
+        //</Qmail>
         RProperty iProperty;
     };