void CMTPTypeServiceEventList::ConstructL()
    {
    InitListL();
    }
	void ConstructL(CCoeControl* aParent)
	{
		SetContainerWindowL( *aParent );
		iScrollList = CSoftScrollList::NewL(this);
		InitListL();
	}