idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/inc/xnclockface.h
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
child 102 ba63c83f4716
--- a/idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/inc/xnclockface.h	Tue Sep 14 20:58:58 2010 +0300
+++ b/idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/inc/xnclockface.h	Wed Sep 15 12:00:00 2010 +0300
@@ -216,6 +216,12 @@
         */                       
         void DrawHandsL( CWindowGc& aGc, const TRect& aRect,
                          const TDateTime& aDateTime );
+        
+        /**
+        * Stores clock face adjustment value
+        * @param aNode is current face.
+        */ 
+        TInt FaceAdjustmentValueL( CXnNodePluginIf& aNode );
 
     private:
 
@@ -229,7 +235,10 @@
         */
         void ConstructL();
 
-    private:    // Data                
+    private:    // Data  
+        
+        // Stores face adjustment value
+        TInt iFaceAdjustmentValue;
     };
 
 #endif      // _XNCLOCKFACE_H