示例#1
0
 // Default constructor is disabled because I specified a constructor
 // Do not create a default constructor
 public Connection(iSocket.iSocket temp, iServer server)
 {
     this.sock = temp;
     this.server = server;
 }
示例#2
0
 // Default constructor is disabled because I specified a constructor
 // Do not create a default constructor
 public Connection(iSocket.iSocket temp, iServer server)
 {
     this.sock   = temp;
     this.server = server;
 }