diff -r 88b23e2e82e1 -r 46927d61fef3 uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h --- a/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Wed Mar 31 23:03:58 2010 +0300 +++ b/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Wed Apr 14 16:53:50 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; };