svgtopt/SVG/SVGImpl/src/SVGAnimationElementImpl.cpp
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
equal deleted inserted replaced
38:db5c883ad1c5 39:1902ade171ab
   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     
       
   479     FindAllAnimationElements( (CSvgElementImpl* )this, iMyAnimationElementList );
   476     FindAllAnimationElements( (CSvgElementImpl* )this, iMyAnimationElementList );
   480 
   477 
   481     // Remove event listening for every animation elements that are child of
   478     // Remove event listening for every animation elements that are child of
   482     // this Animation element. This is to implement a separated time container
   479     // this Animation element. This is to implement a separated time container
   483     //
   480     //