ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h
changeset 75 47d84de1c893
parent 30 759dc5235cdb
child 76 38bf5461e270
--- 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;