diff -r d189ee25cf9d -r 3533d4323edc ipsservices/ipssosaoplugin/inc/IpsSosAOPluginEComInterface.h --- a/ipsservices/ipssosaoplugin/inc/IpsSosAOPluginEComInterface.h Tue Aug 31 15:04:17 2010 +0300 +++ b/ipsservices/ipssosaoplugin/inc/IpsSosAOPluginEComInterface.h Wed Sep 01 12:28:57 2010 +0100 @@ -16,8 +16,8 @@ * */ -#ifndef IPSSOSAOPLUGINECOMINTERFACE_H -#define IPSSOSAOPLUGINECOMINTERFACE_H +#ifndef IPSSOSAOPLUGINECOMINTERFACE_H_ +#define IPSSOSAOPLUGINECOMINTERFACE_H_ #include // CBase #include @@ -36,9 +36,7 @@ * * @lib ipssosaoplugin.lib */ -// -NONSHARABLE_CLASS (CIpsSosAOPluginEComInterface) : -// +class CIpsSosAOPluginEComInterface : public CAlwaysOnlineEComInterface, public MMsvSessionObserver { @@ -95,13 +93,13 @@ void CompleteConstructL(); private: // data - // - CIpsSosAOSmtpSendWatcher* iSendWatcher;//owned - CIpsSosAOImapPopLogic* iImapPopLogic;//owned - CMsvSession* iSession;//owned - RArray iBufferedAOCommands;//owned - // + + CIpsSosAOSmtpSendWatcher* iSendWatcher; + CIpsSosAOImapPopLogic* iImapPopLogic; + CMsvSession* iSession; + RArray iBufferedAOCommands; + }; -#endif //IPSSOSAOPLUGINECOMINTERFACE_H +#endif /*IPSSOSAOPLUGINECOMINTERFACE_H_*/