updated secure TCP stuff to have the PepperDash.Core namespace

This commit is contained in:
Joshua Gutenplan
2017-03-13 18:30:23 -07:00
parent ac1166b0f8
commit 2a39aad14a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text; using System.Text;
using Crestron.SimplSharp; using Crestron.SimplSharp;
namespace PepperDash_Core.Comm namespace PepperDash_Core
{ {
public class DynamicTCPServer public class DynamicTCPServer
{ {

View File

@@ -7,7 +7,7 @@ using Crestron.SimplSharp;
using Crestron.SimplSharp.CrestronSockets; using Crestron.SimplSharp.CrestronSockets;
using PepperDash.Core; using PepperDash.Core;
namespace SecureTCP.SecureTCP.Client namespace PepperDash.Core
{ {
public class GenericSecureTcpClient : Device, ISocketStatus, IAutoReconnect public class GenericSecureTcpClient : Device, ISocketStatus, IAutoReconnect
{ {