contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h
branchRCL_3
changeset 31 8baec10861af
parent 30 a5a39a295112
--- a/contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h	Wed Sep 01 12:22:09 2010 +0100
+++ b/contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h	Tue Sep 14 21:55:16 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:
- *
+*
 */
 
 
@@ -100,7 +100,7 @@
      * Callback used for delayed update
      */
     static TInt UpdateCallback( TAny* aValidator );
-    
+
 private:
 
     /**
@@ -114,12 +114,19 @@
      * Own
      */
     RProperty iInProgressProperty;
-    
+
     /*
      * Idle AO used for delayed update
      * Own
      */
     CIdle* iUpdateIdle;
+
+    /**
+     * Array containing plugins to be updated.
+     * Own.
+     */
+    RArray<TPluginInfo> iUpdatePluginArray;
+
     };
 
 #endif // CHARVESTERPLUGINVALIDATOR_H