mirror of
				https://github.com/balkian/SWCM.git
				synced 2025-11-04 09:38:20 +00:00 
			
		
		
		
	Added comments for ruby and java files
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user