svgtopt/SVG/SVGImpl/src/SVGAnimationElementImpl.cpp
branchRCL_3
changeset 17 db5c883ad1c5
parent 0 d46562c3d99d
child 18 1902ade171ab
equal deleted inserted replaced
14:9be6eed35a80 17:db5c883ad1c5
   471 // Returns: none
   471 // Returns: none
   472 // -----------------------------------------------------------------------------
   472 // -----------------------------------------------------------------------------
   473 //
   473 //
   474 void CSvgAnimationElementImpl::RemoveEventListener()
   474 void CSvgAnimationElementImpl::RemoveEventListener()
   475     {
   475     {
       
   476     if ( !iMyAnimationElementList )
       
   477          return;
       
   478     
   476     FindAllAnimationElements( (CSvgElementImpl* )this, iMyAnimationElementList );
   479     FindAllAnimationElements( (CSvgElementImpl* )this, iMyAnimationElementList );
   477 
   480 
   478     // Remove event listening for every animation elements that are child of
   481     // Remove event listening for every animation elements that are child of
   479     // this Animation element. This is to implement a separated time container
   482     // this Animation element. This is to implement a separated time container
   480     //
   483     //