uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
child 29 ac3859d43844
--- 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<TInt>* 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<TInt>* aWindowGroups);
+
+
+     /**
+     * Asks the number of active effects
+     * @return error code or number of active effects (>= 0).
+     */    
+     IMPORT_C TInt EffectsCount();
+     
 private:
+    
+    TInt GetListOfWindowGroups(RArray<TInt>* aWindowGroups, TBool aListAll);
     TInt iSpare1;
     TInt iSpare2;
     };