diff --git a/Source/Applications/SIEGate/SIEGate/App.config b/Source/Applications/SIEGate/SIEGate/App.config index d923b2332..e4b5c39db 100644 --- a/Source/Applications/SIEGate/SIEGate/App.config +++ b/Source/Applications/SIEGate/SIEGate/App.config @@ -29,7 +29,8 @@ - + + diff --git a/Source/Applications/SIEGate/SIEGate/AppDebug.config b/Source/Applications/SIEGate/SIEGate/AppDebug.config index 3d6df063c..d848b3f36 100644 --- a/Source/Applications/SIEGate/SIEGate/AppDebug.config +++ b/Source/Applications/SIEGate/SIEGate/AppDebug.config @@ -27,6 +27,8 @@ + + diff --git a/Source/Applications/SIEGate/SIEGate/ServiceHost.cs b/Source/Applications/SIEGate/SIEGate/ServiceHost.cs index fd3f63dcb..fe5e87d17 100644 --- a/Source/Applications/SIEGate/SIEGate/ServiceHost.cs +++ b/Source/Applications/SIEGate/SIEGate/ServiceHost.cs @@ -21,9 +21,11 @@ // //****************************************************************************************************** +using System; using GSF.TimeSeries; using GSF; using GSF.Configuration; +using GSF.Diagnostics; namespace SIEGate { @@ -39,11 +41,23 @@ protected override void ServiceStartingHandler(object sender, EventArgs