--- a/idlefw/plugins/sapidataplugin/inc/sapidataobserver.h Tue Apr 27 16:57:49 2010 +0300
+++ b/idlefw/plugins/sapidataplugin/inc/sapidataobserver.h Tue May 11 16:30:05 2010 +0300
@@ -99,10 +99,16 @@
/**
* Registers to CPS for add, delete , update and execute notifications
- * @aFilter - filter for input parameter list
+ *
+ * @param aFilter filter for input parameter list
+ * @param aRegistry Publisher or content registry
+ * @param aOptions Options for the registration
+ *
* @return void.
*/
- void RegisterL( CLiwDefaultMap* aFilter, const TDesC& aRegistry );
+ void RegisterL( CLiwDefaultMap* aFilter,
+ const TDesC& aRegistry,
+ TUint aOptions = 0 );
/**
* Cancel all the registered notifications.
@@ -115,7 +121,9 @@
/** Interface Reference, not owned */
MLiwInterface* iInterface;
/** Reference of the sapi data, not owned */
- CSapiData* iData;
+ CSapiData* iData;
+ /** Transaction Id */
+ TInt32 iTransactionId;
};
#endif // SAPIDATAOBSERVER_H