diff -r 64e38f08e49c -r 47d84de1c893 ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h --- a/ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h Fri Sep 17 08:27:21 2010 +0300 +++ b/ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h Mon Oct 04 00:05:37 2010 +0300 @@ -139,6 +139,19 @@ */ void RemoveOrphanLogicsL(); + /** + * Takes care of reacting to entries created type of events + */ + void handleEntriesCreatedL(const TAny* aArg1); + + /** + * Takes the first entryId from the given selection and + * instantiates a TMsvEntry for that entry. + * @param aSelection array of entry ids + * @param aEntry On completion, contains the TMsvEntry data + */ + void getFirstEntryFromSelectionL(const CMsvEntrySelection* aSelection, TMsvEntry& aEntry); + private: CMsvSession& iSession;