Changeset 137

Show
Ignore:
Timestamp:
03/06/07 20:49:50 (2 years ago)
Author:
kbarnes3
Message:

Fixed something that I broke.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dmp/trunk/Bridge/Bridge.cs

    r136 r137  
    4242                public Bridge() { 
    4343            clientList = new Dictionary<int, Client>(); 
     44                        this.serverNameToIdList = new Dictionary<string, int>(); 
    4445            db = new BridgeDatabase(); 
    4546            this.myServiceLocator = new ServiceLocator();