Changeset 325 for binary-improvements/MapRendering/Web/API/GetLog.cs
- Timestamp:
- Sep 4, 2018, 1:00:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetLog.cs
r253 r325 1 using AllocsFixes.JSON;2 using AllocsFixes.PersistentData;3 using System;4 1 using System.Collections.Generic; 5 2 using System.Net; 3 using AllocsFixes.JSON; 6 4 7 namespace AllocsFixes.NetConnections.Servers.Web.API 8 { 5 namespace AllocsFixes.NetConnections.Servers.Web.API { 9 6 public class GetLog : WebAPI { 10 public override void HandleRequest (HttpListenerRequest req, HttpListenerResponse resp, WebConnection user, int permissionLevel) { 7 public override void HandleRequest (HttpListenerRequest req, HttpListenerResponse resp, WebConnection user, 8 int permissionLevel) { 11 9 int firstLine, lastLine; 12 10 … … 39 37 } 40 38 } 41
Note:
See TracChangeset
for help on using the changeset viewer.