idlehomescreen/xmluicontroller/inc/transactionfactoryimpl.h
branchRCL_3
changeset 26 1b758917cafc
parent 0 f72a12da539e
--- a/idlehomescreen/xmluicontroller/inc/transactionfactoryimpl.h	Tue May 25 12:29:32 2010 +0300
+++ b/idlehomescreen/xmluicontroller/inc/transactionfactoryimpl.h	Wed Jun 09 09:29:04 2010 +0300
@@ -60,36 +60,27 @@
     
     void ReleaseTransaction( MTransaction* aTransaction );
 
-    MTransactionElement* CreateTextTransactionElementL( CXnNodeAppIf& aTarget,
-                                                        const TDesC& aText,
-                                                        TInt aPriority );
-    
+    MTransactionElement* CreateTextTransactionElementL( 
+        CXnNodeAppIf& aTarget, const TDesC& aText, TInt aPriority );
+                                                                                                                   
+    MTransactionElement* CreateDataBufferTransactionElementL( 
+        CXnNodeAppIf& aTarget, const TDesC8& aData, TInt aPriority );
+                                                                                                                
     MTransactionElement* CreateDataBufferTransactionElementL( 
-                                                        CXnNodeAppIf& aTarget,
-                                                        const TDesC8& aData,
-                                                        TInt aPriority );
-
-    MTransactionElement* CreateEmptyContentTransactionElementL( CXnNodeAppIf& aTarget,
-                                                                TInt aIndex );
+        CXnNodeAppIf& aTarget, const TDesC8& aData, TInt aPriority, 
+        const TDesC& aCid, TInt aIndex );
+                                                        
+    MTransactionElement* CreateEmptyContentTransactionElementL( 
+        CXnNodeAppIf& aTarget, TInt aIndex );
+                                                                
+    MTransactionElement* CreateImageTransactionElementL( 
+        CXnNodeAppIf& aTarget, CGulIcon* aIcon, TInt aPriority );
+                                                                                                                            
+    MTransactionElement* CreateImageTransactionElementL( 
+        CXnNodeAppIf& aTarget, RFile& aFile, TInt aPriority );
 
-    MTransactionElement* CreateImageTransactionElementL( CXnNodeAppIf& aTarget,
-                                                         CGulIcon* aIcon,        
-                                                         TInt aPriority );
-    
-    MTransactionElement* CreateImageTransactionElementL( CXnNodeAppIf& aTarget,
-                                                         RFile& aFile,
-                                                         TInt aPriority );
-    
-    /**
-     * @param aTarget
-     * @param aText new text
-     * @param aPriority
-     * @param aIndex Index of the news ticker element updated
-     */
-    MTransactionElement* CreateNewsTickerTransactionElementL( CXnNodeAppIf& aTarget,
-                                                        const TDesC& aText,
-                                                        TInt aPriority,
-                                                        TInt aIndex );
+    MTransactionElement* CreateNewsTickerTransactionElementL( 
+        CXnNodeAppIf& aTarget, const TDesC& aText, TInt aPriority, TInt aIndex );
     
     void ReleaseTransactionElement( MTransactionElement* aElement );