xml/xmlfw/src/xmlframework/matchdata.cpp
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
   798 @internalComponent
   798 @internalComponent
   799 */
   799 */
   800 CMatchData& CMatchData::operator=(const CMatchData & aMatchData)
   800 CMatchData& CMatchData::operator=(const CMatchData & aMatchData)
   801 	{
   801 	{
   802 
   802 
   803 	/*If pointing to same. Then return itself*/
   803 	 /*If pointing to same. Then return itself*/
   804 	 if ( &aMatchData ==  this )
   804 	 if ( &aMatchData ==  this )
   805 	 {
   805 	 {
   806 		 return *this;
   806 		 return *this;
   807 	 }
   807 	 }
   808 
       
   809 
   808 
   810 	 /*
   809 	 /*
   811 	  * SYMBIAN DEF132492 FIX : Added TRAP statements to handle	the case wherein the functions
   810 	  * SYMBIAN DEF132492 FIX : Added TRAP statements to handle	the case wherein the functions
   812 	  * called here leave.
   811 	  * called here leave.
   813 	  */
   812 	  */