xml/xmlfw/src/xmlframework/matchdata.cpp
branchRCL_3
changeset 32 889504eac4fb
parent 19 243519c5055f
child 33 604ca70b6235
equal deleted inserted replaced
31:6bcc0aa4be39 32:889504eac4fb
   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 
   808 
   809 
   809 	 /*
   810 	 /*
   810 	  * SYMBIAN DEF132492 FIX : Added TRAP statements to handle	the case wherein the functions
   811 	  * SYMBIAN DEF132492 FIX : Added TRAP statements to handle	the case wherein the functions
   811 	  * called here leave.
   812 	  * called here leave.
   812 	  */
   813 	  */