修改PBCAgent2G
This commit is contained in:
parent
9846ff13f7
commit
563b625456
@ -67,6 +67,15 @@ public class PBCAgent2G{
|
|||||||
this.timeout = timeout;
|
this.timeout = timeout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public int getReturnCode(){
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean closeSignServer(){
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
public boolean openSignServer(String ip, int port, String password){
|
public boolean openSignServer(String ip, int port, String password){
|
||||||
System.out.println(ip);
|
System.out.println(ip);
|
||||||
System.out.println(port);
|
System.out.println(port);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user