>FromYourCode();

Source code quote in Java290

 25 June, 2016 at 01:30
		 if (intAnswer>-1) {
			 if (intAnswer == 0)
				 return SendResult.NoAuth;
			 else {
				 this.State = NetStateEnum.connected;
				 return SendResult.Success;
			 }
		 } else {
			 return SendResult.ProtocolError;
		 }

Check similar quotes

Share this quote