diff -r 83d2d132aa58 -r f5bac0badc7e uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h --- a/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Fri Apr 16 15:56:24 2010 +0300 +++ b/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Mon May 03 13:22:43 2010 +0300 @@ -58,7 +58,24 @@ * @return error code. */ IMPORT_C TInt GetListOfInactiveWindowGroupsWSurfaces(RArray* aWindowGroups); + + /** + * Asks list of window groups that have graphics surfaces attached + * @param aArray array to be populated + * @return error code. + */ + IMPORT_C TInt GetListOfWindowGroupsWSurfaces(RArray* aWindowGroups); + + + /** + * Asks the number of active effects + * @return error code or number of active effects (>= 0). + */ + IMPORT_C TInt EffectsCount(); + private: + + TInt GetListOfWindowGroups(RArray* aWindowGroups, TBool aListAll); TInt iSpare1; TInt iSpare2; };