Changeset 351 for binary-improvements/MapRendering/Web/ConnectionHandler.cs
- Timestamp:
- Jan 19, 2019, 6:12:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/ConnectionHandler.cs
r332 r351 41 41 } 42 42 43 public void SendLine (string line) {43 public void SendLine (string _line) { 44 44 foreach (KeyValuePair<string, WebConnection> kvp in connections) { 45 kvp.Value.SendLine ( line);45 kvp.Value.SendLine (_line); 46 46 } 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.