brandingserver/bsserver/cbssession.cpp
branchRCL_3
changeset 16 cfe5eb8bb9ca
parent 12 e1ad3c803639
child 21 cfd5c2994f10
equal deleted inserted replaced
14:7797b2f86d2b 16:cfe5eb8bb9ca
   509 		
   509 		
   510 		if(brandDiscarded)
   510 		if(brandDiscarded)
   511 		{
   511 		{
   512 			TRACE( T_LIT("CBSSession::InitUpdateL: Brand discarded!->LeaveWith KErrNotFound") );
   512 			TRACE( T_LIT("CBSSession::InitUpdateL: Brand discarded!->LeaveWith KErrNotFound") );
   513 			///Server()->DisplaySessionInfoL( this, KErrNotFound );
   513 			///Server()->DisplaySessionInfoL( this, KErrNotFound );
   514 			User::Leave( KErrNotFound );	
   514 			//User::Leave( KErrNotFound );	
       
   515 			iBrandId->Des().Copy( *iDefaultBrandId );
   515 		}
   516 		}
   516 	}
   517 	}
   517 
   518 
   518 	if( aType == EBSTxAppend )
   519 	if( aType == EBSTxAppend )
   519 		{
   520 		{