idlehomescreen/xmluicontroller/inc/imagetransactionelement.h
branchRCL_3
changeset 26 1b758917cafc
parent 0 f72a12da539e
--- a/idlehomescreen/xmluicontroller/inc/imagetransactionelement.h	Tue May 25 12:29:32 2010 +0300
+++ b/idlehomescreen/xmluicontroller/inc/imagetransactionelement.h	Wed Jun 09 09:29:04 2010 +0300
@@ -23,7 +23,6 @@
 
 class CGulIcon;
 class CXnNodeAppIf;
-class RFile;
 
 namespace AiUtility
     {
@@ -31,8 +30,7 @@
     }
 
 namespace AiXmlUiController
-{
-class CKamikazeImageDecoder;    
+{    
     
 /**
  *  @ingroup group_xmluicontroller
@@ -88,16 +86,17 @@
      * Icon to be published.
      * Own.
      */
-    CGulIcon* iNewIcon;
-
+    CGulIcon* iIcon;    
+    
     /**
-     * Asynchronous image decoder. Executed and 
-     * self destroyed when decoding is ready. Not own.
+     * Icon filename.     
      */
-    CKamikazeImageDecoder* iImageDecoder;
-    
+    TFileName iFilename;
     };
     
 } // namespace AiXmlUiController
 
 #endif // C_IMAGETRANSACTIONELEMENT_H
+
+// End of file
+