mirror of
https://github.com/balkian/SWCM.git
synced 2024-12-04 18:12:29 +00:00
Added comments for ruby and java files
This commit is contained in:
parent
a98bedad40
commit
7c65f3be01
@ -1,3 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* Juan Fernando Sánchez Rada
|
||||||
|
* Sergio Díaz Bautista
|
||||||
|
* SWCM 2010/11
|
||||||
|
*/
|
||||||
|
|
||||||
package ServidorConcurrente;
|
package ServidorConcurrente;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* Juan Fernando Sánchez Rada
|
||||||
|
* Sergio Díaz Bautista
|
||||||
|
* SWCM 2010/11
|
||||||
|
*/
|
||||||
|
|
||||||
package ServidorConcurrente;
|
package ServidorConcurrente;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# Concurrent Server
|
||||||
|
# Juan Fernando Sánchez Rada
|
||||||
|
# Sergio Díaz Bautista
|
||||||
|
# SWCM 2010/11
|
||||||
|
#
|
||||||
|
|
||||||
require 'socket'
|
require 'socket'
|
||||||
|
|
||||||
numCon = 0
|
numCon = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user