diff -r a5a39a295112 -r 8baec10861af contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h --- 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 iUpdatePluginArray; + }; #endif // CHARVESTERPLUGINVALIDATOR_H