Skip to content

Commit a71ff54

Browse files
author
Elad Zelingher
committed
Moving ImmutableHashSetInterlocked to Utilites
1 parent 7ab3439 commit a71ff54

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/mono/WampSharp/WampSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@
408408
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\ExactTopicContainer.cs">
409409
<Link>WAMP2\V2\PubSub\ExactTopicContainer.cs</Link>
410410
</Compile>
411-
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\ImmutableHashSetInterlocked.cs">
412-
<Link>WAMP2\V2\PubSub\ImmutableHashSetInterlocked.cs</Link>
411+
<Compile Include="..\..\net45\WampSharp\Core\Utilities\ImmutableHashSetInterlocked.cs">
412+
<Link>Core\Utilities\ImmutableHashSetInterlocked.cs</Link>
413413
</Compile>
414414
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\Interfaces\IWampPubSubServer.cs">
415415
<Link>WAMP2\V2\PubSub\Interfaces\IWampPubSubServer.cs</Link>

src/net40/WampSharp/WampSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@
412412
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\ExactTopicContainer.cs">
413413
<Link>WAMP2\V2\PubSub\ExactTopicContainer.cs</Link>
414414
</Compile>
415-
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\ImmutableHashSetInterlocked.cs">
416-
<Link>WAMP2\V2\PubSub\ImmutableHashSetInterlocked.cs</Link>
415+
<Compile Include="..\..\net45\WampSharp\Core\Utilities\ImmutableHashSetInterlocked.cs">
416+
<Link>Core\Utilities\ImmutableHashSetInterlocked.cs</Link>
417417
</Compile>
418418
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\Interfaces\IWampPubSubServer.cs">
419419
<Link>WAMP2\V2\PubSub\Interfaces\IWampPubSubServer.cs</Link>

src/net45/WampSharp/WAMP2/V2/PubSub/ImmutableHashSetInterlocked.cs renamed to src/net45/WampSharp/Core/Utilities/ImmutableHashSetInterlocked.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Collections.Immutable;
22
using System.Threading;
33

4-
namespace WampSharp.V2.PubSub
4+
namespace WampSharp.Core.Utilities
55
{
66
internal static class ImmutableHashSetInterlocked
77
{

src/net45/WampSharp/WampSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<Compile Include="WAMP2\V2\PCL\WampProtocol.cs" />
183183
<Compile Include="WAMP2\V2\PCL\WampServerProxyBuilder.cs" />
184184
<Compile Include="WAMP2\V2\PubSub\ExactTopicContainer.cs" />
185-
<Compile Include="WAMP2\V2\PubSub\ImmutableHashSetInterlocked.cs" />
185+
<Compile Include="Core\Utilities\ImmutableHashSetInterlocked.cs" />
186186
<Compile Include="WAMP2\V2\PubSub\Interfaces\IWampPubSubServer.cs" />
187187
<Compile Include="WAMP2\V2\PubSub\MatchTopicContainer.cs" />
188188
<Compile Include="WAMP2\V2\PubSub\PrefixSubscriptionId.cs" />

src/pcl/WampSharp/WampSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@
411411
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\ExactTopicContainer.cs">
412412
<Link>WAMP2\V2\PubSub\ExactTopicContainer.cs</Link>
413413
</Compile>
414-
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\ImmutableHashSetInterlocked.cs">
415-
<Link>WAMP2\V2\PubSub\ImmutableHashSetInterlocked.cs</Link>
414+
<Compile Include="..\..\net45\WampSharp\Core\Utilities\ImmutableHashSetInterlocked.cs">
415+
<Link>Core\Utilities\ImmutableHashSetInterlocked.cs</Link>
416416
</Compile>
417417
<Compile Include="..\..\net45\WampSharp\WAMP2\V2\PubSub\Interfaces\IWampPubSubServer.cs">
418418
<Link>WAMP2\V2\PubSub\Interfaces\IWampPubSubServer.cs</Link>

0 commit comments

Comments
 (0)