photosgallery/viewframework/medialists/src/glxmedia.cpp
branchRCL_3
changeset 47 f9e827349359
parent 30 a60acebbbd9d
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
   578 	// Client must have made a reservation before calling
   578 	// Client must have made a reservation before calling
   579 	__ASSERT_DEBUG( _iUserReservationCount > 0, Panic( EGlxPanicLogicError ) );
   579 	__ASSERT_DEBUG( _iUserReservationCount > 0, Panic( EGlxPanicLogicError ) );
   580 
   580 
   581     __DEBUG_ONLY( _iUserReservationCount-- );
   581     __DEBUG_ONLY( _iUserReservationCount-- );
   582 
   582 
   583 	iUsers.Append( TMediaUser( &aUser, aIndex ) ); // Ignore error, cannot fail since reservation made 
   583 	// Ignore the leave, cannot fail since reservation made 
       
   584     TRAP_IGNORE(iUsers.AppendL(TMediaUser(&aUser, aIndex))); 
   584 	}
   585 	}
   585 
   586 
   586 // -----------------------------------------------------------------------------
   587 // -----------------------------------------------------------------------------
   587 // RemoveUser
   588 // RemoveUser
   588 // -----------------------------------------------------------------------------
   589 // -----------------------------------------------------------------------------