예제 #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;
 }