mirror of
https://github.com/balkian/SWCM.git
synced 2024-12-03 17:42: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;
|
||||
|
||||
import java.util.*;
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Juan Fernando Sánchez Rada
|
||||
* Sergio Díaz Bautista
|
||||
* SWCM 2010/11
|
||||
*/
|
||||
|
||||
package ServidorConcurrente;
|
||||
|
||||
import java.util.*;
|
||||
|
@ -1,3 +1,9 @@
|
||||
# Concurrent Server
|
||||
# Juan Fernando Sánchez Rada
|
||||
# Sergio Díaz Bautista
|
||||
# SWCM 2010/11
|
||||
#
|
||||
|
||||
require 'socket'
|
||||
|
||||
numCon = 0
|
||||
|
Loading…
Reference in New Issue
Block a user