idlehomescreen/xmluirendering/uiengine/inc/xnscrollablecontroladapter.h
changeset 1 5315654608de
parent 0 f72a12da539e
--- a/idlehomescreen/xmluirendering/uiengine/inc/xnscrollablecontroladapter.h	Thu Dec 17 08:40:49 2009 +0200
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnscrollablecontroladapter.h	Thu Jan 07 12:39:41 2010 +0200
@@ -18,24 +18,25 @@
 #ifndef __XNSCROLLABLECONTROLADAPTER_H__
 #define __XNSCROLLABLECONTROLADAPTER_H__
 
-//  INCLUDES
-#include "xncontroladapter.h"
+//  System includes
 #include <e32base.h>
+#include <coeccntx.h>
 #include <aknphysicsobserveriface.h>
-#include <coeccntx.h>
 
-// FORWARD DECLARATIONS
+// User includes
+#include "xncontroladapter.h"
+
+// Forward declarations
 class CXnNodePluginIf;
 class CXnUiEngine;
 class CXnNode;
 class CAknPhysics;
 
-
-// CLASS DECLARATION
+// Class declaration
 
 /**
 *  @ingroup group_xnlayoutengine
-*  Popup Control adapter interface class
+*  Scrollable Control adapter interface class
 *  @lib xnlayoutengine.lib
 *  @since Series 60 5.0
 */
@@ -224,6 +225,11 @@
          * True, if layout has been changed and engine needs to be reset.
          */          
         TBool               iLayoutChanged;
+
+        /**
+         * Direction
+         */                  
+        TInt                iDirection;
 	};
 
 #endif // __XNSCROLLABLECONTROLADAPTER_H__