ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h
changeset 68 83cc6bae1de8
parent 43 99bcbff212ad
child 76 38bf5461e270
--- a/ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h	Fri Sep 03 17:52:02 2010 +0300
+++ b/ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h	Wed Sep 15 12:09:55 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;