photosgallery/slideshow/view/src/shwgesturecontrol.cpp
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 9 6b87b143d312
child 18 bcb43dc84c44
equal deleted inserted replaced
13:71da52165949 14:ce1c7ad1f18b
    52 //
    52 //
    53 void CShwGestureControl::ConstructL( CAlfEnv& aEnv,CAlfDisplay& aDisplay)
    53 void CShwGestureControl::ConstructL( CAlfEnv& aEnv,CAlfDisplay& aDisplay)
    54 	{
    54 	{
    55 	TRACER("CShwGestureControl::ConstructL");
    55 	TRACER("CShwGestureControl::ConstructL");
    56 	GLX_LOG_INFO( "CShwGestureControl::ConstructL" );
    56 	GLX_LOG_INFO( "CShwGestureControl::ConstructL" );
    57 	//CGestureControl::ConstructL(*this,aEnv,aDisplay,KShwgestureEventControlGroup);
       
    58 	CAlfControl::ConstructL(aEnv);    
    57 	CAlfControl::ConstructL(aEnv);    
    59     BindDisplay(aDisplay);
    58     BindDisplay(aDisplay);
    60 	}
    59 	}
    61 
    60 
    62 // -----------------------------------------------------------------------------
    61 // -----------------------------------------------------------------------------