--- a/uifw/EikStd/coctlinc/aknedwinphysicshandler.h Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/EikStd/coctlinc/aknedwinphysicshandler.h Tue Aug 31 15:28:30 2010 +0300
@@ -46,17 +46,6 @@
* Two-phased constructor.
*/
static CAknEdwinPhysicsHandler* NewLC( CEikEdwin& aEdwin );
-
- /**
- * Two-phased constructor.
- */
- static CAknEdwinPhysicsHandler* NewL( CEikEdwin& aEdwin, CAknPhysics* aPhysics );
-
- /**
- * Two-phased constructor.
- */
- static CAknEdwinPhysicsHandler* NewLC( CEikEdwin& aEdwin, CAknPhysics* aPhysics );
-
/**
* Destructor.
*/
@@ -137,12 +126,6 @@
*/
TBool DragThresholdExceeded( const TPoint& aCurrentPosition ) const;
- /**
- * Disables dragging until next pointer up.
- *
- */
- void DisableDragging();
-
public: // From base class MAknPhysicsObserver.
@@ -175,7 +158,7 @@
/**
* C++ constructor.
*/
- CAknEdwinPhysicsHandler( CEikEdwin& aEdwin, CAknPhysics* aPhysics = NULL );
+ CAknEdwinPhysicsHandler( CEikEdwin& aEdwin );
/**
* Symbian second-phase constructor.
@@ -365,11 +348,6 @@
* Start position of drag.
*/
TPoint iStartPosition;
-
- /**
- * ETrue if this class owns CAknPhysics instance.
- */
- TBool iOwnsPhysics;
};
#endif // C_AKNEDWINPHYSICSHANDLER_H