Use a hashmap to map strings to rooms. So now we can have an unbounded number of...
authorbdemsky <bdemsky>
Sat, 4 Nov 2006 09:35:35 +0000 (09:35 +0000)
committerbdemsky <bdemsky>
Sat, 4 Nov 2006 09:35:35 +0000 (09:35 +0000)
commite017e0127bdbb389cba864a3766a892224c6026f
treef87d7c47a915bc8542b59f180b15c7564b0ffc7a
parent456fd91c6300e17269b0d36ba8be0db02c632819
Use a hashmap to map strings to rooms.  So now we can have an unbounded number of rooms and they can have names
Robust/src/Benchmarks/Chat/ChatSocket.java
Robust/src/Benchmarks/Chat/Room.java
Robust/src/Benchmarks/Chat/RoomObject.java