Skip to content

Commit

Permalink
Moved IMemcachedResultsClient to project root.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzablocki committed Apr 23, 2012
1 parent d5af820 commit d9e197a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Enyim.Caching/Enyim.Caching.csproj
Expand Up @@ -120,7 +120,7 @@
</Compile>
<Compile Include="Memcached\IMemcachedNodeLocator.cs">
</Compile>
<Compile Include="Memcached\IMemcachedResultsClient.cs" />
<Compile Include="IMemcachedResultsClient.cs" />
<Compile Include="Memcached\IOperationFactory.cs">
</Compile>
<Compile Include="MemcachedClient.Results.cs" />
Expand Down
Expand Up @@ -2,9 +2,10 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Enyim.Caching.Memcached;
using Enyim.Caching.Memcached.Results;

namespace Enyim.Caching.Memcached
namespace Enyim.Caching
{
/// <summary>
/// Interface for API methods that return detailed operation results
Expand Down

0 comments on commit d9e197a

Please sign in to comment.