contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h
equal
deleted
inserted
replaced
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #ifndef CHARVESTERPLUGINVALIDATOR_H |
19 #ifndef CHARVESTERPLUGINVALIDATOR_H |
20 #define CHARVESTERPLUGINVALIDATOR_H |
20 #define CHARVESTERPLUGINVALIDATOR_H |
98 |
98 |
99 /** |
99 /** |
100 * Callback used for delayed update |
100 * Callback used for delayed update |
101 */ |
101 */ |
102 static TInt UpdateCallback( TAny* aValidator ); |
102 static TInt UpdateCallback( TAny* aValidator ); |
103 |
103 |
104 private: |
104 private: |
105 |
105 |
106 /** |
106 /** |
107 * Blacklist Handler |
107 * Blacklist Handler |
108 * Own |
108 * Own |
112 /* |
112 /* |
113 * Property indicating the status of load operation |
113 * Property indicating the status of load operation |
114 * Own |
114 * Own |
115 */ |
115 */ |
116 RProperty iInProgressProperty; |
116 RProperty iInProgressProperty; |
117 |
117 |
118 /* |
118 /* |
119 * Idle AO used for delayed update |
119 * Idle AO used for delayed update |
120 * Own |
120 * Own |
121 */ |
121 */ |
122 CIdle* iUpdateIdle; |
122 CIdle* iUpdateIdle; |
|
123 |
|
124 /** |
|
125 * Array containing plugins to be updated. |
|
126 * Own. |
|
127 */ |
|
128 RArray<TPluginInfo> iUpdatePluginArray; |
|
129 |
123 }; |
130 }; |
124 |
131 |
125 #endif // CHARVESTERPLUGINVALIDATOR_H |
132 #endif // CHARVESTERPLUGINVALIDATOR_H |