Skip to content

Commit

Permalink
Nuke old files which aren't used anymore.
Browse files Browse the repository at this point in the history
svn path=/trunk/Mono.Nat/; revision=133379
  • Loading branch information
alanmcgovern committed May 2, 2009
1 parent ce6aaa4 commit fceafea
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 707 deletions.
226 changes: 0 additions & 226 deletions src/Mono.Nat/AbstractNatController.cs

This file was deleted.

55 changes: 0 additions & 55 deletions src/Mono.Nat/INatController.cs

This file was deleted.

2 changes: 2 additions & 0 deletions src/Mono.Nat/ISearcher.cs
Expand Up @@ -6,6 +6,8 @@

namespace Mono.Nat
{
public delegate void NatDeviceCallback(INatDevice device);

internal interface ISearcher
{
event EventHandler<DeviceEventArgs> DeviceFound;
Expand Down
5 changes: 0 additions & 5 deletions src/Mono.Nat/Mono.Nat.csproj
Expand Up @@ -37,25 +37,21 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AbstractNatController.cs" />
<Compile Include="AbstractNatDevice.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="AsyncResults\AsyncResult.cs" />
<Compile Include="Enums\MapState.cs" />
<Compile Include="Enums\ProtocolType.cs" />
<Compile Include="EventArgs\DeviceEventArgs.cs" />
<Compile Include="Exceptions\MappingException.cs" />
<Compile Include="INatController.cs" />
<Compile Include="INatDevice.cs" />
<Compile Include="ISearcher.cs" />
<Compile Include="Mapping.cs" />
<Compile Include="NatUtility.cs" />
<Compile Include="PmpSearcher.cs" />
<Compile Include="Pmp\AsyncResults\PortMapAsyncResult.cs" />
<Compile Include="Pmp\PmpConstants.cs" />
<Compile Include="Pmp\PmpNatController.cs" />
<Compile Include="Pmp\PmpNatDevice.cs" />
<Compile Include="TimerUtility.cs" />
<Compile Include="UpnpSearcher.cs" />
<Compile Include="Upnp\AsyncResults\GetAllMappingsAsyncResult.cs" />
<Compile Include="Upnp\AsyncResults\PortMapAsyncResult.cs" />
Expand All @@ -72,7 +68,6 @@
<Compile Include="Upnp\Messages\Responses\GetExternalIPAddressResponseMessage.cs" />
<Compile Include="Upnp\Messages\Responses\GetGenericPortMappingEntryResponseMessage.cs" />
<Compile Include="Upnp\Messages\UpnpMessage.cs" />
<Compile Include="Upnp\UpnpNatController.cs" />
<Compile Include="Upnp\UpnpNatDevice.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
Expand Down

0 comments on commit fceafea

Please sign in to comment.