Updating test files for new protocol version.

This commit is contained in:
lotodore
2011-02-06 15:00:36 +00:00
parent bfacc2323d
commit cf0d7e8167
8 changed files with 35 additions and 10 deletions
@@ -118,6 +118,12 @@ import org.bn.types.*;
private String password = null;
@ASN1Boolean( name = "" )
@ASN1Element ( name = "autoLeave", isOptional = false , hasTag = false , hasDefaultValue = false )
private Boolean autoLeave = null;
public JoinGameActionChoiceType getJoinGameAction () {
@@ -147,6 +153,18 @@ import org.bn.types.*;
}
public Boolean getAutoLeave () {
return this.autoLeave;
}
public void setAutoLeave (Boolean value) {
this.autoLeave = value;
}
public void initWithDefaults() {