uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h
branchRCL_3
changeset 8 46927d61fef3
parent 6 10534483575f
child 13 3a60ebea00d0
--- 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<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;
     };