Rebuit Changes from dead ecs-541 branch

This commit is contained in:
Neil Dorin
2017-10-22 10:05:26 -06:00
parent 4685850eff
commit 2e98e8d146
11 changed files with 60 additions and 30 deletions

View File

@@ -1,19 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Essentials.Core
{
/// <summary>
/// Indicates that the device has the capability to share sources outside the local room
/// </summary>
public interface IHasSharing
{
void StartSharing();
void StopSharing();
StringFeedback SharingSourceFeedback { get; }
}
}

View File

@@ -104,7 +104,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Devices\CodecInterfaces.cs" />
<Compile Include="Devices\IHasSharing.cs" />
<Compile Include="Global\JobTimer.cs" />
<Compile Include="Ramps and Increments\ActionIncrementer.cs" />
<Compile Include="Comm and IR\CommFactory.cs" />