mirror of
				https://github.com/balkian/SWCM.git
				synced 2025-11-04 01:28: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;
 | 
					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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user